Skip to content

Instantly share code, notes, and snippets.

@haydarai
Last active November 2, 2016 04:39
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 haydarai/7324ac725306af86019ec8a7af98d771 to your computer and use it in GitHub Desktop.
Save haydarai/7324ac725306af86019ec8a7af98d771 to your computer and use it in GitHub Desktop.
Disease Information
{
"data": {
"paragraphs": [
{
"title": "First paragraph",
"image": "http://pasienia.com/1.jpg",
"content": "This is first paragraph",
"list": [
"This is first point",
"This is second point",
"This is third point"
]
},
{
"title": "Second paragraph",
"image": "http://pasienia.com/2.jpg",
"content": "This is second paragraph",
"list": []
},
{
"title": "Third paragraph",
"image": "http://pasienia.com/3.jpg",
"content": "",
"list": [
"This is first point",
"This is second point",
"This is third point"
]
},
{
"title": "Fourth paragraph",
"image": "",
"content": "This is fourth paragraph",
"list": [
"This is first point",
"This is second point",
"This is third point"
]
},
{
"title": "",
"image": "http://pasienia.com/5.jpg",
"content": "This is fifth paragraph",
"list": [
"This is first point",
"This is second point",
"This is third point"
]
},
{
"title": "This is sixth paragraph",
"image": "http://pasienia.com/6.jpg",
"content": "",
"list": []
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment