2485 shaares
83 private links
83 private links
The JSON lines format (.jsonl
or I believe some also do .jl
?)
Pretty easy to handle, good for streaming through information, can be extended and is faairly readable.
A little less readable than csv/tsv (if they are well formatted) but you can extend a file with another column at any point (which is a huge pain with csv), cells can have actual types and the formatting is much easier.