Last active
November 23, 2017 05:20
-
-
Save ndunk28/484998f54905bfe1ac1e5f193f66d6aa to your computer and use it in GitHub Desktop.
Dummy Data JSON
This file contains 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
"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