Created
April 9, 2019 17:07
-
-
Save kamathln/26e43eb9552e03939b942bc57721950f to your computer and use it in GitHub Desktop.
Jsonc not parsing, no error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
/* | |
jsonc example | |
hit Format and check the json output | |
*/ | |
// forgiving syntax | |
hey: [this needs no commas] | |
// unquoted values | |
give: "[it a shot] | |
/* and lots of comments :) */ | |
now?: what" | |
// try it for yourself | |
"this": { | |
"is": "also", | |
"just": "a" | |
}, | |
"json": "formatter" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
interesting thanks for the case will take a look.