Quinten Van Kerrebroeck
Results
1
issues of
Quinten Van Kerrebroeck
Suppose I have a JSON with the following structure: ``` JSON { "items": [{ "name": "item 1", "items": [{ "name": "subitem 1" }, { "name": "subitem 2" }] }, {...