jq
jq - Command-line JSON Processor Guide Version: jq 1.7+ (Latest as of 2025) Official Repository: https://github.com/jqlang/jq Official Documentation: https://jqlang.github.io/jq/ Table of Contents Introduction Basic Syntax Essential Daily Commands Filtering and Selecting Transforming Data Working with Arrays Working with Objects Advanced Operations Practical Real-World Examples Common Patterns in Termux Introduction jq is a lightweight and flexible command-line JSON processor. It’s like sed for JSON data - you can use it to slice, filter, map, and transform structured data. ...