I got this feature request today. Not sure if I should do it tho since I never came across a tool, system, or library using #ndjson ...
add .ndjson and .jsonl support #159
universalmind303
posted on
A lot of people work with newline delimited json (ndjson) for logs, streaming, and a lot of other tools.
It would be nice if this tool supported this format of json files.
Top comments (2)
turns out some devs do use
.ndjson
&.jsonl
data formats for logging.I'll be adding it to my Data Preview 🈸 vscode extension soon.
see jsonlines.org/on_the_web/ for more info
FYI: this newline delimited & JSON Line data bit plugin is pretty much done & will be pushed out in the next Data Preview 🈸 vscode extension release ...