./jq Pocket Reference
A concise, practical guide to jq - the lightweight command-line JSON processor. Whether you're parsing API responses, transforming data files, or building shell pipelines, this pocket reference gives you everything you need to master jq's powerful filter syntax and become productive immediately.
Table of Contents
- 1 Introduction
- 2 Command-Line Options
- 3 Basic Filters
- 4 Types and Values
- 5 Operators
- 6 Conditionals and Comparisons
- 7 Array Operations
- 8 Object Operations
- 9 String Functions
- 10 Path Expressions
- 11 Reduce and Recursion
- 12 Defining Functions
- 13 Input/Output
- 14 Common Recipes
- 15 Quick Reference Tables