micha/jsawk
Like awk, but for JSON. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6309
- days_rel: n/a
- days_push: 1828
- n_releases_24m: 0
Adoption not part of the score
1385 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jsawk is a command-line tool that works like awk but for JSON, filtering and transforming arrays of JSON objects read from stdin using JavaScript snippets. It is a shell script that relies on the SpiderMonkey js interpreter and can pipe results to other processes or load JavaScript libraries.
Use cases
- filter JSON arrays from a REST API in a shell script
- transform JSON data into other text formats on the command line
- modify fields of JSON objects fetched via curl or resty before PUT requests
- query and extract values from JSON in bash pipelines
- preprocess or postprocess JSON arrays with custom JavaScript snippets
When to choose
- you need awk-style JSON filtering in shell scripts
- you want a lightweight single-script tool with no heavy dependencies beyond a js interpreter
- you pipe JSON between REST endpoints and other command-line tools
When to avoid
- you need actively maintained software with recent updates or a license
- you prefer modern tools like jq with richer query syntax
- you work in environments where installing SpiderMonkey is impractical
Facets
cli-tool · maturity maintenance
cli parser developer-tools developer-tools apis cli cross-platform -processing awk-like shell-scripting spidermonkey command-line- command-line linux macos
1 source
- readme: https://github.com/micha/jsawk · fetched 2026-08-28 · d8a43992d3a9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| micha/jsawk | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem