Client for 'jq', a 'JSON' Processor
Manipulation operations
Math operations
Outputs paths to all the elements in its input
Peek at a query
Pipe operator
Produce range of numbers
Search through a recursive structure - extract data from all levels
Define and use functions
Operations on keys, or by keys
Logical tests
dot and related functions
Format strings and escaping
Build arrays and objects
Combine json pieces
index and related functions
Flags for use with jq
Execute a query with jq
JQ Streaming API
jqr
Select - filtering
Sort and related
Give back a character string
Types and related functions
Variables
Client for 'jq', a 'JSON' processor (<https://jqlang.github.io/jq/>), written in C. 'jq' allows the following with 'JSON' data: index into, parse, do calculations, cut up and filter, change key names and values, perform conditionals and comparisons, and more.