josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
820 stars 108 forks source link

JSONC (JSON with Comments) Support #222

Closed Sinjai closed 1 year ago

Sinjai commented 1 year ago

Is there a possibility for support for JSON with Comments, like the jsonc "language" in VSCode?

Or a recommendation for another library which can do this (even if otherwise less feature-rich)?

josdejong commented 1 year ago

Duplicate of #157, let's continue the discussion there.

Sinjai commented 1 year ago

Thanks, didn't know JSON5 is (includes?) JSONC.