jam-api icon indicating copy to clipboard operation
jam-api copied to clipboard

Allow nesting

Open dinubs opened this issue 8 years ago • 1 comments

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/"

      }
    }
]

dinubs avatar May 02 '16 15:05 dinubs

This would be nice.

6feferonka9 avatar Jul 05 '16 15:07 6feferonka9