jnv icon indicating copy to clipboard operation
jnv copied to clipboard

ENH: Support newline delimited JSON (ndjons/jsonl)

Open corneliusroemer opened this issue 11 months ago • 1 comments

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.

corneliusroemer avatar Mar 21 '24 19:03 corneliusroemer