Skip to content

Instantly share code, notes, and snippets.

@speedblue
Last active January 11, 2017 10:39
  • 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 speedblue/a38380a3573136a70f3863e71dc38282 to your computer and use it in GitHub Desktop.
One article with four sections separated in different records
[
{
"title": "This is the title",
"summary": "article summary",
"source": "articleName"
},
{
"sectionTitle": "first section",
"text": "...",
"source": "articleName"
},
{
"sectionTitle": "second section",
"text": "...",
"source": "articleName"
},
{
"sectionTitle": "third section",
"text": "...",
"source": "articleName"
},
{
"sectionTitle": "fourth section",
"text": "...",
"source": "articleName"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment