Convert JSON files to Apache Arrow. You may also be interested in csv2arrow, json2parquet, or csv2parquet.
You can get the latest releases from https://github.com/domoritz/json2arrow/releases/.
cargo install json2arrow
```
Usage: json2arrow [OPTIONS]
Arguments:
Options:
-s, --schema-file
The --schema-file option uses the same file format as --dry and --print-schema.
Since we use the Arrow JSON loader, we are limited to what it supports. Right now, it supports JSON line-delimited files.
json
{ "a": 42, "b": true }
{ "a": 12, "b": false }
{ "a": 7, "b": true }