JSON Data File
Jump to navigation
Jump to search
A JSON Data File is a JSON Data Structure in the form of a data file (using a JSON markup language).
- Example(s):
- Counter-Example(s):
- See: SGML File.
References
2010
{
"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"
}
}
}
}
}