IS there a component or a setting that will allow a rest service to return a response in the following format:
{
"data": {
"type": "articles",
"id": "1",
"attributes": {
// ... this article's attributes
},
"relationships": {
// ... this article's relationships
}
}
}
based on the specs found at http://jsonapi.org/format/