JSON Adapter

The json response is always rendered with a root key.

The root key can be overridden by:

Doesn't follow any specific convention.

Example output
{
  "post": {
    "title": "Title 1",
    "body": "Body 1",
    "publish_at": "2020-03-16T03:55:25.291Z",
    "author": {
      "first_name": "Bob",
      "last_name": "Jones"
    },
    "comments": [{
      "body": "cool"
    }, {
      "body": "awesome"
    }]
  }
}

results matching ""

    No results matching ""