Skip to content

Instantly share code, notes, and snippets.

@amlwwalker
Created September 21, 2021 12:52
Show Gist options
  • Save amlwwalker/0cc1301e7da6e5aaaea679164a7753d9 to your computer and use it in GitHub Desktop.
Save amlwwalker/0cc1301e7da6e5aaaea679164a7753d9 to your computer and use it in GitHub Desktop.
some static json
"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"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment