Created
September 22, 2020 11:04
-
-
Save umarali/3a169be5dc1455c4f39780f02994e2a6 to your computer and use it in GitHub Desktop.
This file contains 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", | |
"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