Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

post a new value for an array #262

Open
ghost opened this issue May 29, 2020 · 0 comments
Open

post a new value for an array #262

ghost opened this issue May 29, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented May 29, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants