Overview
jq is a lightweight and flexible command-line processor that can slice, filter, map, and transform JSON data. It is written in portable C with zero runtime dependencies and brings structured-data processing to shell workflows.
Based on official documentation; not hands-on tested · Content checked:
Extract and transform JSON without flattening its structure
It brings sed-, awk-, and grep-like processing to JSON, including value extraction, conditional filtering, mapping arrays or objects, and structural transformation. Official documentation and an online playground help develop and inspect expressions.
Sources: [1]
For JSON APIs, command output, and configuration in shell pipelines
It fits workflows that inspect or reshape JSON returned by APIs, commands, and configuration files. The same CLI and expression language scale from selecting one value to reconstructing an object.
Sources: [1]
Understand jq expressions and the shape of each input
jq is an expression processor for JSON, not a general spreadsheet or database. Shell quoting and jq syntax must be kept separate, and expressions need to account for missing values, arrays, and objects. Prebuilt binaries and Docker are available, while source builds require additional tooling.
Sources: [1]
Official sources
- [1]jq README(2026-09-13)
Supplemental curator note
Selected for consolidating documentation, a playground, and an awesome list after an organization move while retaining an extremely short, noisy name.
Growth trends
Last 30 days
35,591 Stars
Trend data is still being collected.
Built with
- C
Categories and tags
Categories
GitHub Topics
- jq
GitHub dataView detailed GitHub data
- Stars
- 35,591
- Forks
- 1,842
- Watchers
- 357
- Open issues
- 356
- Contributors
- 228
- Primary language
- C
- License
- Not determined
- Repository last updated
- Sep 1, 2026
Explore next
- React250,096 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code (Code - OSS)192,090 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Ollama180,764 Stars
A runtime for downloading and running open models on a computer or server through a CLI and local API.
Go - Flutter178,922 Stars
Google's cross-platform UI SDK for delivering mobile, web, and desktop applications from one Dart codebase.
Dart - Bootstrap174,772 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX
Report incorrect information
Tell us if any listing information is incorrect or outdated.