Hacker News new | ask | show | jobs
How to Read Instagram Backup Messages the Easy Way – jq (colekillian.com)
3 points by ruborcalor 2139 days ago
1 comments

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.