Posts tagged ‘jq’

1 post

jq reduce

6 years ago jq

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.

» read more