11th March 2021
TIL
Flattening nested JSON objects with jq
— I wanted to take a nested set of JSON objects and import them into a SQLite database using `sqlite-utils insert` - but I wanted to "flatten" some of the nested rows.