AspNetCore.Docs/aspnetcore/web-api/jsonpatch/snippets/customer.json

14 lines
179 B
JSON
Raw Normal View History

2019-04-04 10:18:09 +08:00
{
"customerName": "John",
"orders": [
{
"orderName": "Order0",
"orderType": null
},
{
"orderName": "Order1",
"orderType": null
}
]
}