Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 3212

content-type: application/vnd.api+json

$
0
0

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/

 


Viewing all articles
Browse latest Browse all 3212

Trending Articles