jsonc icon indicating copy to clipboard operation
jsonc copied to clipboard

JSON with comments for Go!

Results 4 jsonc issues
Sort by recently updated
recently updated
newest added

Please take the next step: Marshal function ...

enhancement
help wanted

Added a small fix, that will ignore quotes inside comments. Previously, this JSON would break: ```jsonc { // This one quote " "makes": "everything else broken" } ``` Additionally added...

While working with this library I noticed an issue when loading user-created JSON. The offsets of the errors in JSON is completely broken in case of syntax errors. **Example** (from...

Would it be possible to add tolerance for trailing commas to the jsonc format? As an optional setting that is off by default. Vs-code calls this setting `allowTrailingCommas`. Great work.