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

14 lines
179 B
JSON

{
"customerName": "John",
"orders": [
{
"orderName": "Order0",
"orderType": null
},
{
"orderName": "Order1",
"orderType": null
}
]
}