Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/haydn/json-api-store. An isomorphic JavaScript library that acts as an in memory data store for JSON API data. particlesystem.com/json-api-store
json-api
Something went wrong. Try again.
224 B · 14 lines
JSON
at commit c2f7b251
123456789101112131415{ "data": { "type": "comments", "id": "2", "attributes": { "body": "Yeah, it's rad!" }, "relationships": { "product": { "data": { "type": "products", "id": "1" } } } }}