jnv
jnv copied to clipboard
ENH: Support newline delimited JSON (ndjons/jsonl)
I'd love to use jnv
with newline delimited json files as well. Right now, when I load an ndjson file, I get the following error:
$ jnv ncbi_dataset/data/data_report.jsonl
Error: trailing characters at line 2 column 1
jq
on the other hand has absolutely no issue with jsonl
files.