Last active
March 4, 2019 18:05
-
-
Save tango4567/1fd234798417c70b618c037b89e914e2 to your computer and use it in GitHub Desktop.
Post JSON sample
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
//Must Read Comment by Creator | |
{ | |
"posts": [ | |
{ | |
"p_category":"in_rail", | |
"p_details":"Details", | |
"p_date":"DATE", | |
"p_img": "URL", | |
"p_last_date":"DATE", | |
"p_name":"Post Name", | |
"p_qualification":"Qualification", | |
"p_url": "URL" | |
}, | |
{ | |
"p_category":"in_rail", | |
"p_details":"Details", | |
"p_date":"DATE", | |
"p_img": "URL", | |
"p_last_date":"DATE", | |
"p_name":"Post Name", | |
"p_qualification":"Qualification", | |
"p_url": "URL" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Important Note
p_category
Represent category name in which this post will display.