Guest User

Untitled

a guest
May 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "data": [{
  3. "type": "articles",
  4. "id": "1",
  5. "attributes": {
  6. "title": "JSON API paints my bikeshed!",
  7. "body": "The shortest article. Ever.",
  8. "created": "2015-05-22T14:56:29.000Z",
  9. "updated": "2015-05-22T14:56:28.000Z"
  10. },
  11. "relationships": {
  12. "author": {
  13. "data": {"id": "42", "type": "people"}
  14. }
  15. }
  16. }],
  17. "included": [
  18. {
  19. "type": "people",
  20. "id": "42",
  21. "attributes": {
  22. "name": "John",
  23. "age": 80,
  24. "gender": "male"
  25. }
  26. }
  27. ]
  28. }
Add Comment
Please, Sign In to add comment