![]() JSON for Humans. JSON is great. Until you miss that trailing comma... or want to use comments. What about multiline strings? JSONH provides a much more elegant way to write JSON that's designed for humans rather than machines. Since JSONH is compatible with JSON, any JSONH syntax can be represented with equivalent JSON. JsonhVscodeJsonhVscode is a syntax highlighter for JSONH v1 using TextMate Grammars. Example![]() Known IssuesRoot strings highlighted as property namesIn the following example, the string "hello" is incorrectly highlighted as a property name of a braceless root object.
Keys with newlines highlighted as invalid after omitted commaIn the following example, the property
This can be worked around by adding a comma after the first property. The reason is that property names end at the RegEx |