Import JSON objects from within a JSON array.
recs fromjsonarray [options] [<files>]Import JSON objects from within a JSON array. Each object in the array becomes an output record.
| Flag | Description |
|---|---|
--key / -k <keys> |
Optional comma separated list of field names to extract. If none specified, use all keys. May be specified multiple times, may be key specs. |
recs fromjsonarray data.jsonrecs fromjsonarray --key name,age data.json