jq reduce
11 Jan 2019 19:38
I found myself having to process a large JSON file using jq --slurp
, and it was using up a lot of memory, so I thought it was time to learn about jq
’s reduce
function.