Skip to content

Instantly share code, notes, and snippets.

@tango4567
Last active March 4, 2019 18:05
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 tango4567/1fd234798417c70b618c037b89e914e2 to your computer and use it in GitHub Desktop.
Save tango4567/1fd234798417c70b618c037b89e914e2 to your computer and use it in GitHub Desktop.
Post JSON sample
//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"
}
]
}
@tango4567
Copy link
Author

tango4567 commented Mar 4, 2019

Important Note
p_category Represent category name in which this post will display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment