diff options
Diffstat (limited to 'tests/example1.json')
| -rw-r--r-- | tests/example1.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/example1.json b/tests/example1.json new file mode 100644 index 0000000..53ec437 --- /dev/null +++ b/tests/example1.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "glossary": { | ||
| 3 | "title": "example glossary", | ||
| 4 | "GlossDiv": { | ||
| 5 | "title": "S", | ||
| 6 | "GlossList": { | ||
| 7 | "GlossEntry": { | ||
| 8 | "ID": "SGML", | ||
| 9 | "SortAs": "SGML", | ||
| 10 | "GlossTerm": "Standard Generalized Mark | ||
| 11 | up Language", | ||
| 12 | "Acronym": "SGML", | ||
| 13 | "Abbrev": "ISO 8879:1986", | ||
| 14 | "GlossDef": { | ||
| 15 | "para": "A meta-markup language, used to create markup | ||
| 16 | languages such as DocBook.", | ||
| 17 | "GlossSeeAlso": ["GML", "XML"] | ||
| 18 | }, | ||
| 19 | "GlossSee": "markup" | ||
| 20 | } | ||
| 21 | } | ||
| 22 | } | ||
| 23 | } | ||
| 24 | } | ||
