About jq

jq is like sed for JSON data. You can use it to slice, filter, map, and transform structured JSON data with the same ease that sed, awk, grep let you manipulate text. Extremely powerful for working with JSON in shell scripts.

Installation

apt

sudo apt install jq

brew

brew install jq

pacman

sudo pacman -S jq

User Reviews

No reviews yet.

Similar Tools

Tool Details

Version
1.7.1
License
MIT
Pricing
free
Last Updated
2023-12-15

System Requirements

Tags

json parsing filtering command-line