yq
A portable command-line YAML, JSON, and XML processor
JSON & Data Processing
Go
yq is a lightweight and portable command-line YAML, JSON, XML, CSV, and TOML processor. It uses jq-like syntax for querying and transforming data.
安装
brew
brew install yq
演示
相关工具
jq
Command-line JSON processor like sed for JSON data
fxTerminal JSON viewer with interactive exploration
jlessA command-line JSON viewer designed for reading, explorin...
daselSelect, put, and delete data from JSON, TOML, YAML, XML, ...
xsvA fast CSV command-line toolkit written in Rust
csvlensCommand-line CSV viewer with vim-like controls
MillerLike awk, sed, cut, join, and sort for name-indexed data ...
htmlqLike jq, but for HTML — uses CSS selectors to extract data