josdejong / svelte-jsoneditor

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

[Feature Request]: JSONL support processing (Newline Delimited JSON) #313

Closed iamriajul closed 6 months ago

iamriajul commented 9 months ago

More about JSONL available here: https://jsonlines.org/

Thanks.

josdejong commented 9 months ago

Thanks, that would be useful indeed. I see newline delimited JSON for example in log files. I guess it is the same as http://ndjson.org.

Help implementing this or thinking this through would be welcome.

For reference: there is also a feature request to support JSON variants, see https://github.com/josdejong/svelte-jsoneditor/issues/157

josdejong commented 6 months ago

Moving this idea to the "Discussions | Ideas" section since we are not actively working on it.