Ross ROSS = Recommend OSS · open-source software intelligence for agents

dominictarr/JSON.sh

a pipeable JSON parser written in Bash observed · 2026-08-28

github.com/dominictarr/JSON.sh · Shell · NOASSERTION (other) 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: 5427
  • days_rel: n/a
  • days_push: 2087
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2029 stars · 265 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

JSON.sh is a pipeable JSON parser written entirely in shell (compatible with ash, bash, dash, and zsh) that flattens JSON documents into path/value pairs. It requires no external dependencies and works in Unix pipelines for extracting values from JSON.

Use cases

  • parse json from a bash script without installing jq
  • extract values from a json api response in a shell pipeline
  • flatten a json file into key paths
  • query npm registry json from the command line
  • convert json to shell-friendly key value pairs

When to choose

  • you need to parse JSON in a shell environment with no dependencies like jq or python
  • you want a small pipeable tool that fits Unix pipelines
  • you need something that runs in ash, dash, or other minimal shells

When to avoid

  • you need high performance on large JSON documents
  • you need complex queries like JSONPath or jq filters
  • you need strict standards compliance or error handling for malformed JSON

Facets

cli-tool · maturity maintenance

parser cli json developer-tools files cli cross-platform shell-script json-flattening pipeable unix-philosophy command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
dominictarr/JSON.shmain32

For agents

markdown · JSON · MCP: product_card(name="dominictarr/JSON.sh")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem