Tests: Added sample JSON files

This commit is contained in:
Paul Beckingham 2016-03-01 00:10:25 -05:00
parent 50a1411b68
commit 75b5288aa5
20 changed files with 681 additions and 0 deletions

23
test/json/1.json Normal file
View file

@ -0,0 +1,23 @@
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}