Skip to content

Instantly share code, notes, and snippets.

@cmacdonnacha
Last active April 7, 2020 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmacdonnacha/dfd0e090518ad2ea50d2f9a6b8d057ed to your computer and use it in GitHub Desktop.
Save cmacdonnacha/dfd0e090518ad2ea50d2f9a6b8d057ed to your computer and use it in GitHub Desktop.
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
{ "id": 3, "title": "Post 3" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"profile": {
"name": "typicode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment