"self": "http://example.com/articles",
"next": "http://example.com/articles?page[offset]=2",
"last": "http://example.com/articles?page[offset]=10"
"title": "JSON API paints my bikeshed!"
"self": "http://example.com/articles/1/relationships/author",
"related": "http://example.com/articles/1/author"
"data": {"type": "people", "id": "9"}
"self": "http://example.com/articles/1/relationships/comments",
"related": "http://example.com/articles/1/comments"
{"type": "comments", "id": "5"},
{"type": "comments", "id": "12"}
"self": "http://example.com/articles/1"
"self": "http://example.com/people/9"
"data": {"type": "people", "id": "2"}
"self": "http://example.com/comments/5"
"body": "I like XML better"
"data": {"type": "people", "id": "9"}
"self": "http://example.com/comments/12"