JSON Data File

From GM-RKB
(Redirected from 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).



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"
               }
           }
       }
   }
}