Self Join Json

greeshma

Member
{
"id": 1,
"title": "Starters",
"nodes": [{
"id": 11,
"title": "Soup",
"nodes": [{
"id": 111,
"title": "Hot & Sour Chicken",
"nodes": []
}]
},
{
"id": 12,
"title": "Fries",
"nodes": []
}
]
}

Is it possible to generate json as above in progress open edge. I am using 11.7 version. Appreciate if you can provide me any sample codes for slef join json.
 
Top