Skip to content
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.

post a new value for an array #262

Open
@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions