From 43dfa87c43284ab190ff84537cd72807562a8f79 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Jun 2018 15:46:49 -0400 Subject: whatever --- test.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test.json diff --git a/test.json b/test.json new file mode 100644 index 0000000..e1cfc16 --- /dev/null +++ b/test.json @@ -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" + } + } + } + } +} + -- cgit