1 comment

[ 3.0 ms ] story [ 9.4 ms ] thread
Yes jq is nice. I use jq to preprocess data I receive from a JSON API before inserting into a database. If runtime is not important then jq can be used to filter JSON but if speed matters then SQL is much faster.