Skip to content

Instantly share code, notes, and snippets.

@ndunk28
Last active November 23, 2017 05:20
Show Gist options
  • Save ndunk28/484998f54905bfe1ac1e5f193f66d6aa to your computer and use it in GitHub Desktop.
Save ndunk28/484998f54905bfe1ac1e5f193f66d6aa to your computer and use it in GitHub Desktop.
Dummy Data JSON
"news":
[
{
"id" : "1",
"date":"September 2017" ,
"header":"Some news 1" ,
"content":"Text 1"
},
{
"id" : "2",
"date":"Oktober 2017" ,
"header":"Some news 2" ,
"content":"Text 2"
},
{
"id" : "3",
"date":"November 2017" ,
"header":"Some news n" ,
"content":"Text n"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment