Skip to content

Instantly share code, notes, and snippets.

@umarali
Created September 22, 2020 11:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save umarali/3a169be5dc1455c4f39780f02994e2a6 to your computer and use it in GitHub Desktop.
{
"posts": [{
"id": "1",
"content": "Salaam, this is my first post.",
"date_posted": "Sept 20, 2020",
"author": {
"name": "Hamza Asghar Farooqi",
"image_src": "/path/to/image.png"
}
}, {
"id": "2",
"content": "Salaam, this is my second post.",
"date_posted": "Sept 21, 2020",
"author": {
"name": "Hamza Asghar Farooqi",
"image_src": "/path/to/image.png"
}
}, {
"id": "3",
"content": "Salaam, this is my third post.",
"date_posted": "Sept 23, 2020",
"author": {
"name": "Hamza Asghar Farooqi",
"image_src": "/path/to/image.png"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment