We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reduce 1 as $x (2; empty)
jq -n 'reduce 2 as $x (3; empty)'
fix link for [jqplay]
add my interactive stuff and remove a dead link and 2 duplicated links.
caveats - duplicate keys
add blank line
array-oriented index
JSON-P using explode ... implode
JSON-P --- match("\\((?<x>.*)\\)[^)]*$").captures[0].string
-s option needed
$end
add subheading
brew install --HEAD jq
Updated FAQ (markdown)
https://robots.thoughtbot.com/jq-is-sed-for-json
template-variables in key names
backticks
'.features[10000].properties.LOT_NUM' citylots.json
environment variables - TZ
TZ environment variable
.features[10000].properties.LOT_NUM
jq-1.6rc1 -n 0
Add link giving description of jeopardy.json
program and input data
jj inconsistencies
equivalence qualification
.value
null 0
Updated For JJ users (markdown)
Some Other Differences