01mf02/jaq
A jq clone focussed on correctness, speed, and simplicity observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 58.5
- age_days: 2097
- days_rel: 28
- days_push: 14
- n_releases_24m: 9
Adoption not part of the score
3727 stars · 119 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
jaq is a clone of the jq JSON processing tool written in Rust, focused on correctness, speed, and simplicity, usable as a drop-in replacement for jq. It also ships as a Rust library (jaq-core) for compiling and running jq programs, with support for YAML, CBOR, TOML, and XML data formats.
Use cases
- query and transform json from the command line
- faster drop-in replacement for jq
- run jq filters inside a rust program
- process yaml, toml, cbor, or xml with jq syntax
- batch-process many small json files quickly
When to choose
- you want jq-compatible filtering with better startup time and performance
- you need to embed a jq interpreter in Rust, especially multi-threaded code
- you need jq-style queries over non-JSON formats like YAML or TOML
When to avoid
- you rely on jq features or plugins jaq does not implement
- you need exact jq bug-for-bug compatibility
- you prefer the canonical jq implementation and its ecosystem
Facets
cli-tool · maturity active
parser serialization cli developer-tools developer-tools files windows rust cli jq-clone json-query yaml cbor toml xml rust-library command-line linux macos
2 sources
- readme: https://github.com/01mf02/jaq · fetched 2026-08-28 · bb41980f9b57
- registry_crates: https://crates.io/api/v1/crates/jaq · fetched 2026-08-29 · f88fd9248f7b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 01mf02/jaq | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem