So I\'m trying to document the format of the json returned by an api I am writing against and I\'d like to know if there is any popular format for the documentation of json stru
You could write a sample JSON response and then document it using Markdown and Docco. Docco outputs easy to follow HTML based documentation.