9 lines
142 B
JSON
9 lines
142 B
JSON
["Child 1", {
|
|
"id": "demo_child_1",
|
|
"text": "Child 2",
|
|
"children": [{
|
|
"id": "demo_child_2",
|
|
"text": "One more",
|
|
"type": "file"
|
|
}]
|
|
}] |