Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jq-tutorial

rjz44MIT0.0.5

Exercises for learning jq

jq, json, tutorial, exercises

readme

jq tutorial

jq is an awesome command-line utility for processing JSON data. It has an excellent manual already, but--since there's no substitute for practice-- this tutorial provides an unofficial supplement for new users exploring its syntax and applications.

Running tutorial

Download and install jq, then grab a copy of this tutorial:

$ npm install -g jq-tutorial
$ jq-tutorial

Run individual lessons by name:

$ jq-tutorial pick

Attribution

License

MIT