Syntax for documenting JSON structure
In theory JSON Schema could serve this purpose, but in practice I am not sure it does. Worth mentioning I hope. Other than this, my personal opinion is that since JSON is predominantly used for transferring objects, documenting equivalent objects in language client uses (Java, C#, various scripting languages) may make most sense — after … Read more