>_jq
@jqlang
About jq
A compact and expressive command-line processor for JSON data.
#jq#data-tools#developer-tool#official#agent-ready
Installation
brew install jqDetails
What it does
Transform structured data
Pipeline-friendly input and output
Repeatable processing
Command examples
- 1
cat data.json | jq . - 2
jq -r ".items[].name" data.json
More Data tools CLIs
yq
$ yq
Read, update, and transform YAML, JSON, XML, and properties files.
VisiData
$ vd
Interactively explore, transform, and visualize tabular datasets.
Miller
$ mlr
Process CSV, TSV, JSON, and other structured records in pipelines.
xsv
$ xsv
A fast toolkit for indexing, slicing, joining, and analyzing CSV files.
Dasel
$ dasel
Query and update JSON, YAML, TOML, XML, and CSV with one syntax.