Skip to content

Allow nesting #9

@dinubs

Description

@dinubs

So we can return child values inside of it's parent. Basically turn:

"paragraphs": [
        {
            "index": 0,
            "value": {
                "value": "Porter Robinson – Sad Machine (Cosmo’s Midnight Remix)"
            }
        }
],
"links": [
        {
            "index": 0,
            "value": {
                "location": "http://radcircle.com/2016/03/porter-robinson-sad-machine-cosmos-midnight-remix/"
            }
        }
]

into


"paragraphs": [
    {
      "index": 0,
      "value": {
        "value": "Porter Robinson – Sad Machine (Cosmo’s Midnight Remix)",
        "location": "http://radcircle.com/2016/03/porter-robinson-sad-machine-cosmos-midnight-remix/"

      }
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions