soheilpro/catj
Displays JSON files in a flat format. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4285
- days_rel: n/a
- days_push: 2118
- n_releases_24m: 0
Adoption not part of the score
1322 stars · 21 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
catj is a command-line tool that prints JSON files in a flat, dot-path format, showing each leaf value with its full path. The output is valid JavaScript, making it useful for understanding JSON structure and writing jq queries.
Use cases
- find the full path of a node in a json file
- view json files in flat format
- understand the structure of a nested json document
- write jq queries by inspecting json paths
- convert json to valid javascript path assignments
When to choose
- you need to quickly see the full path of values in a JSON file
- you want flat, greppable output instead of pretty-printed JSON
- you're writing jq or JavaScript queries against a JSON document
When to avoid
- you need to query, filter, or transform JSON rather than just view paths
- you need to pretty-print or reformat JSON for humans
- you work with very large JSON files where flat output is unwieldy
Facets
cli-tool · maturity maintenance
cli json parser developer-tools developer-tools files cli cross-platform json-viewer flat-format path-finding command-line nodejs
2 sources
- readme: https://github.com/soheilpro/catj · fetched 2026-08-28 · c1d479ee3fbb
- registry_npm: https://registry.npmjs.org/catj · fetched 2026-08-29 · 7d4017dc60e9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| soheilpro/catj | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem