The jq command line tool is a useful way to query, filter, and reformat JSON files. I use it every day at work. It’s great. However, replacing a jq command having a beefy select() clause with a simple call to rg cut a script’s runtime from 79 seconds to 6.
Choose the right tool for the job.