14 lines
179 B
JSON
14 lines
179 B
JSON
|
{
|
||
|
"customerName": "John",
|
||
|
"orders": [
|
||
|
{
|
||
|
"orderName": "Order0",
|
||
|
"orderType": null
|
||
|
},
|
||
|
{
|
||
|
"orderName": "Order1",
|
||
|
"orderType": null
|
||
|
}
|
||
|
]
|
||
|
}
|