JSON with Comments is a data notation created in 2001 by Muhammad Muzzammil.
#572on PLDB | 23Years Old | 0Repos |
git clone https://github.com/muhammadmuzzammil1998/jsonc
JSON with comments for Go!
/*
* JSLint's implementation of JSHint
* The JSLint options and makeup of this file were created based on the documentation of JSLint by
* Douglas Crockford: http://www.jslint.com/lint.html
*/
{
"foobar" : true, // Not checked in JSHint
}
[
{
"command": "haxe_run_build"
}
]
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | // A comment | |
MultiLine Comments | ✓ | /* A comment */ | /* */ |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |