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

Is it possible to have comments inline? #269

Closed pkrall520 closed 1 year ago

pkrall520 commented 1 year ago

Is it possible to allow for comments in the json editor? something like image

josdejong commented 1 year ago

The editor only supports JSON, which does not support comments.

There is a discussion though about implementing for example JSON5 support which does have comments, see #157