Skip to content

Instantly share code, notes, and snippets.

@iwek
Created October 20, 2012 19:06
Show Gist options
  • Save iwek/3924358 to your computer and use it in GitHub Desktop.
Save iwek/3924358 to your computer and use it in GitHub Desktop.
JSON Example
{
"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.",
"ID": "44",
"str": "SGML",
"GlossSeeAlso": [
"GML",
"XML"
]
},
"GlossSee": "markup"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment