Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
There was an error while loading. Please reload this page.
Hi I have something like this mock data:
users = [
{
"id":"1",
"name":"Cesare",
"children":[
{"name":"Adriano"},
{"name":"Claudio"}
]
},
...
]
I want add an item to children array, how can I do? Thanks