Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

JSON with Comments

< >

JSON with Comments is a data notation created in 2001 by Muhammad Muzzammil.

#549on PLDB 23Years Old 0Repos
Download source code:
git clone https://github.com/muhammadmuzzammil1998/jsonc
Source Code

JSON with comments for Go!


Example from the web:
/* * 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 }
Example from Linguist:
[ { "command": "haxe_run_build" } ]

Language features

Feature Supported Example Token
Comments ✓
// A comment
MultiLine Comments ✓
/* A comment
*/
/* */
Line Comments ✓
// A comment
//
Semantic Indentation X

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll