Skip to content

Instantly share code, notes, and snippets.

@Ahtram
Last active August 27, 2023 11:34
Show Gist options
  • Save Ahtram/17d148cb0a77f152d1f5cf4ac98e71c4 to your computer and use it in GitHub Desktop.
Save Ahtram/17d148cb0a77f152d1f5cf4ac98e71c4 to your computer and use it in GitHub Desktop.
An example json snippet
{
"glossary":
{
"title": "example glossary",
"GlossDiv":
{
"title": "測試中文",
"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