Skip to content

How to create an array of Objects? #470

@brunohkbx

Description

@brunohkbx

Its possible to create the folowing structure?
Using something like jsonObject["objects"]["object"]

{
    "objects": [
      {
        "object": {
          "address": "xxx"
        }},
      {
        "object": {
          "address": "xxx"
        }},
      {
        "object": {
          "address": "xxx"
        }}]
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions