Y
Hacker News
new
|
ask
|
show
|
jobs
by
ZnZirconium
2139 days ago
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.