1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ "level1": { "level2": { "level3": { "level4": { "value": 42, "items": [1, 2, 3, 4, 5], "flags": { "a": true, "b": false, "c": null } } } } }, "siblings": [ {"id": 1, "children": [{"id": 2, "children": [{"id": 3, "children": []}]}]} ] }