|
|
|
|
|
by mattbillenstein
2390 days ago
|
|
I generally use json - inter-operable with almost any language. Use line-delimited json (jsonl) if you need to store lots of records in a single file -- gzip that file if size is important. foo.json.gz is a common data interchange format supported in data warehousing systems and the like. |
|