From 3568d84459bb7bcf02cbb912ccf29be3a386a61b Mon Sep 17 00:00:00 2001 From: olemorud Date: Tue, 25 Apr 2023 05:05:50 +0200 Subject: [PATCH] remove top level sample.json file --- sample.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 sample.json diff --git a/sample.json b/sample.json deleted file mode 100644 index eacfbf5..0000000 --- a/sample.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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" - } - } - } - } -}