abbott_2024_event/BackEnd/assets/data/nestable.json

28 lines
450 B
JSON

[
{
"id":1,
"text":"Tracking Order",
"children":[
{
"id":2,
"text":"Shipping Policy",
"children":[
{
"id":3,
"text":"Return & Exchanges"
}
]
}
]
},
{
"id":4,
"text":"Privacy Statement",
"children":[
{
"id":5,
"text":"Term Of Services"
}
]
}]