1 comment

[ 4.6 ms ] story [ 75.7 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.