Created
June 20, 2013 02:40
-
-
Save doowb/5819931 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"articles": [ | |
{ | |
"title": "Article 1", | |
"#comments": [ | |
{"subject": "sweet article 1", "body": "that's a really sweet first article" }, | |
{"subject": "re: sweet article 1", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 2", | |
"#comments": [ | |
{"subject": "sweet article 2", "body": "that's a really sweet second article" }, | |
{"subject": "re: sweet article 2", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 3", | |
"#comments": [ | |
{"subject": "sweet article 3", "body": "that's a really sweet thrid article" }, | |
{"subject": "re: sweet article 3", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 4", | |
"#comments": [ | |
{"subject": "sweet article 4", "body": "that's a really sweet fourth article" }, | |
{"subject": "re: sweet article ", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 5", | |
"#comments": [ | |
{"subject": "sweet article 5", "body": "that's a really sweet fifth article" }, | |
{"subject": "re: sweet article 5", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 6", | |
"#comments": [ | |
{"subject": "sweet article 6", "body": "that's a really sweet sixth article" }, | |
{"subject": "re: sweet article 6", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 7", | |
"#comments": [ | |
{"subject": "sweet article 7", "body": "that's a really sweet seventh article" }, | |
{"subject": "re: sweet article 7", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 8", | |
"#comments": [ | |
{"subject": "sweet article 8", "body": "that's a really sweet eighth article" }, | |
{"subject": "re: sweet article 8", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 9", | |
"#comments": [ | |
{"subject": "sweet article 9", "body": "that's a really sweet ninth article" }, | |
{"subject": "re: sweet article 9", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 10", | |
"#comments": [ | |
{"subject": "sweet article 10", "body": "that's a really sweet tenth article" }, | |
{"subject": "re: sweet article 10", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 11", | |
"#comments": [ | |
{"subject": "sweet article 11", "body": "that's a really sweet eleventh article" }, | |
{"subject": "re: sweet article 11", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 12", | |
"#comments": [ | |
{"subject": "sweet article 12", "body": "that's a really sweet twelth article" }, | |
{"subject": "re: sweet article 12", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 13", | |
"#comments": [ | |
{"subject": "sweet article 13", "body": "that's a really sweet thirteenth article" }, | |
{"subject": "re: sweet article 13", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 14", | |
"#comments": [ | |
{"subject": "sweet article 14", "body": "that's a really sweet fourteenth article" }, | |
{"subject": "re: sweet article 14", "body": "I total agree" } | |
] | |
}, | |
{ | |
"title": "Article 15", | |
"#comments": [ | |
{"subject": "sweet article 15", "body": "that's a really sweet fifthteenth article" }, | |
{"subject": "re: sweet article 15", "body": "I total agree" } | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment