All Projects → rjz → jq-tutorial

rjz / jq-tutorial

Licence: other
Interactive exercises for learning jq

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to jq-tutorial

Awesome Jq
A curated list of awesome jq tools and resources.
Stars: ✭ 391 (+258.72%)
Mutual labels:  jq
Live Dl
Download live streams from YouTube
Stars: ✭ 82 (-24.77%)
Mutual labels:  jq
Json Splora
GUI for editing, visualizing, and manipulating JSON data
Stars: ✭ 1,818 (+1567.89%)
Mutual labels:  jq
Jqplay
A playground for jq, written in Go
Stars: ✭ 444 (+307.34%)
Mutual labels:  jq
Jq Mode
Emacs major mode for editing jq queries.
Stars: ✭ 70 (-35.78%)
Mutual labels:  jq
Jqr
R interface to jq
Stars: ✭ 123 (+12.84%)
Mutual labels:  jq
Jqview
simplest possible native GUI for inspecting JSON objects with jq
Stars: ✭ 355 (+225.69%)
Mutual labels:  jq
Emuto
manipulate JSON files
Stars: ✭ 180 (+65.14%)
Mutual labels:  jq
Okurl
OkHttp Kotlin command line
Stars: ✭ 77 (-29.36%)
Mutual labels:  jq
Node Jq
Node.js wrapper for jq
Stars: ✭ 147 (+34.86%)
Mutual labels:  jq
Aws
A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq.
Stars: ✭ 493 (+352.29%)
Mutual labels:  jq
Java Jq
Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
Stars: ✭ 37 (-66.06%)
Mutual labels:  jq
Oq
A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
Stars: ✭ 132 (+21.1%)
Mutual labels:  jq
Ticker.sh
Real-time stock tickers from the command-line.
Stars: ✭ 392 (+259.63%)
Mutual labels:  jq
Tmux 1password
🔑 Access your 1Password login items within tmux!
Stars: ✭ 167 (+53.21%)
Mutual labels:  jq
Jq.node
jq.node - like jq but WAY MORE powerful (300+ helpers 🔥 & 1.45M modules 😱)
Stars: ✭ 362 (+232.11%)
Mutual labels:  jq
Yq
Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Stars: ✭ 1,688 (+1448.62%)
Mutual labels:  jq
Jq Web
jq in the browser with emscripten.
Stars: ✭ 188 (+72.48%)
Mutual labels:  jq
Jackson Jq
jq for Jackson Java JSON Processor
Stars: ✭ 178 (+63.3%)
Mutual labels:  jq
Pyjq
A Python binding for ./jq
Stars: ✭ 133 (+22.02%)
Mutual labels:  jq

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].