Guest User

Untitled

a guest
Oct 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "posts": [
  3. { "id": 1, "title": "Post 1" },
  4. { "id": 2, "title": "Post 2" },
  5. { "id": 3, "title": "Post 3" }
  6. ],
  7. "comments": [
  8. { "id": 1, "body": "some comment", "postId": 1 },
  9. { "id": 2, "body": "some comment", "postId": 1 }
  10. ],
  11. "profile": {
  12. "name": "typicode"
  13. }
  14. }
Add Comment
Please, Sign In to add comment