Last active
April 7, 2020 12:24
-
-
Save cmacdonnacha/dfd0e090518ad2ea50d2f9a6b8d057ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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