jsonapi 0.7.0

JSONAPI implementation
Documentation
1
2
3
4
5
6
7
8
{
  "related": {
    "href": "http://example.com/articles/1/comments",
    "meta": {
      "count": 10
    }
  }
}