jq reduce
6 years ago
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.