Attributes Adapter (Default)
It's the default adapter, it generates a json response without a root key. Doesn't follow any specific convention.
Example output
{
"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"
}
]
}