|
|
|
|
|
by wruza
860 days ago
|
|
Alternatively, jsonl/ndjson. The largest parts of jsons are usually arrays, not dictionaries. So you can e.g.: {<a header about foos and bars>}
{<foo 1>}
...
{<foo N>}
{<bar 1>}
...
{<bar N>}
It is compatible with streaming, database json columns, code editors. |
|