napidocs
Version:
Node.js project that creates a static REST API Documentation site
29 lines (27 loc) • 895 B
Markdown
## application/json
A popular [application type](http://tools.ietf.org/html/rfc4627)
that often needs application-specific information. Sometimes the
best you can do is provide [an example](http://json.org/example.html)
(note the highlights.js styling)
{
"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"
}
}
}
}
}