Please help me to iterate Jobject Jarray in X++. Below is the Json Iam converting it in jobject in D365 now want order_Items list in D365
{
"order": {
"store_id": 1,
"customer_id": 15680,
"order_items": [
{
"product_attributes": [],
"attribute_description": "Color: Black<br />Size: 24x24x2<br />Style: Beveled",
"product_id": 6930
},
{
"product_attributes": [],
"attribute_description": "Color: Black<br />Size: 24x24x2<br />Style: Beveled",
"product_id": 6931
}
]
}
}