Skip to content

Instantly share code, notes, and snippets.

@conrjac
Created August 9, 2017 08:31
Show Gist options
  • Save conrjac/5db39bb04b57ee8e4c3962aeae82dcf8 to your computer and use it in GitHub Desktop.
Save conrjac/5db39bb04b57ee8e4c3962aeae82dcf8 to your computer and use it in GitHub Desktop.
SomeJSON
{
"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