This is the first part of an ongoing series on mastering jq. jq is a valuable tool that every fast coder has in their tool chest. It contains depths of immense power. In part 1, we'll start off with the basics.
If you’re going to use jq to manipulate JSON I’d recommend a helper CLI tool like ijq. It allows you to experiment without needing too lines in your terminal history.
If you’re going to use
jq
to manipulate JSON I’d recommend a helper CLI tool likeijq
. It allows you to experiment without needing too lines in your terminal history.