Posts tagged ‘jq’

1 post

jq reduce

11 Jan 2019 19:38 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