Client for 'jq', a 'JSON' Processor
Format strings and escaping
Build arrays and objects
Combine json pieces
dot and related functions
Define and use functions
index and related functions
Flags for use with jq
Execute a query with jq
JQ Streaming API
jqr
Operations on keys, or by keys
Logical tests
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
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.