Skip to content

ULL-MII-SYTWS/jq-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Running in docker

$ docker build -t jq-tutorial .
$ docker run -ti jq-tutorial

Attribution

License

MIT

About

Interactive exercises for learning jq

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.3%
  • Dockerfile 1.7%