All Projects → MoserMichael → jq-illustrated

MoserMichael / jq-illustrated

Licence: other
illustrated tutorial of jq (and the scripts that create it)

Programming Languages

shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to jq-illustrated

jq-zsh-plugin
jq zsh plugin
Stars: ✭ 155 (+675%)
Mutual labels:  jq
ghrecipes
⛔ ARCHIVED ⛔ Provides some helper functions for using the GitHub V4 API
Stars: ✭ 28 (+40%)
Mutual labels:  jq
jq.cr
thin JSON::Any wrapper to emulate jq for crystal
Stars: ✭ 15 (-25%)
Mutual labels:  jq
SciFi Conky HUD
SciFi theme for Conky
Stars: ✭ 33 (+65%)
Mutual labels:  jq
vscode-jq
jq LiveView Extension for VS Code
Stars: ✭ 15 (-25%)
Mutual labels:  jq
onymous-plurk
Anonymous Plurk Cross-matching Tool - Plurk偷偷說交叉比對工具
Stars: ✭ 20 (+0%)
Mutual labels:  jq
jqkungfu
A jq playground, written in WebAssembly
Stars: ✭ 108 (+440%)
Mutual labels:  jq
JBOL
JBOL is a collection of modules for the JQ language.
Stars: ✭ 56 (+180%)
Mutual labels:  jq
cheatsheets
My Cheatsheet Repository
Stars: ✭ 193 (+865%)
Mutual labels:  jq
jfq
JSONata on the command line
Stars: ✭ 29 (+45%)
Mutual labels:  jq
atom-jq
[unmantained] A playground for jq inside atom
Stars: ✭ 22 (+10%)
Mutual labels:  jq
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (+25%)
Mutual labels:  jq
jqmd
Write and document your jq/shell scripts with markdown
Stars: ✭ 24 (+20%)
Mutual labels:  jq
pjs
An awk-like command-line tool for processing text, CSV, JSON, HTML, and XML.
Stars: ✭ 21 (+5%)
Mutual labels:  jq
vim-jqplay
Run jq interactively in Vim
Stars: ✭ 56 (+180%)
Mutual labels:  jq
ijq
Interactive jq (mirror)
Stars: ✭ 100 (+400%)
Mutual labels:  jq
api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+165%)
Mutual labels:  jq
jq-manual-cn
jq 中文手册
Stars: ✭ 28 (+40%)
Mutual labels:  jq
portainer-stack-utils
CLI client for Portainer
Stars: ✭ 66 (+230%)
Mutual labels:  jq
sjq
Command-line JSON processor with Scala syntax
Stars: ✭ 54 (+170%)
Mutual labels:  jq

jq - a sed for json

jq is a utility for extracting/editing/displaying structured information encoded as json sed is a very versatile program for extracting/editing/displaying information encoded as text. Both of them are quite powerful, but also dificult to use;

this text tries to provide illustrated example of jq processing pipelines. each link in the example will show you an intermedeate result of each processing step.

this text is the same tutorial, but with inline data (no links).

The html was created by this script

This tutorial also made it to the Hacker News front page! link ; I really learned quite a bit from the comments section. Thanks for the feedback.

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].