# zaach/jsonlint

A JSON parser and validator with a CLI.

Repository: https://github.com/zaach/jsonlint
Canonical: https://ross.abutalabs.com/products/jsonlint
Homepage: http://zaach.github.com/jsonlint/
Language: JavaScript
License Family: other
Last push: 2022-07-12T19:08:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6017, "days_push": 1513, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1992, forks 411 (observed 2026-08-28T04:06:03.220340+00:00)

## What it is
A pure JavaScript JSON parser and validator with a command-line interface, a JavaScript version of lint.com. It reports detailed syntax errors or pretty-prints valid JSON, and can also validate against JSON Schema.

## Use cases
- validate  files from the command line
- pretty print  with custom indentation
- find syntax errors in a  config file
- validate  against a  schema
- sort  object keys
- lint  in vim via syntastic or ale

## When to avoid
- you only need to parse JSON in JavaScript code (use built-in JSON.parse)
- you need an actively maintained tool with ongoing updates
- you need a license-guaranteed dependency (no explicit license file)

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: parser, linter, cli
- domain: developer-tools, files
- platform: cli, cross-platform
- tags: -validation, pretty-print, -schema, command-line, nodejs

## Member repositories
- zaach/jsonlint (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:03.220340+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:02:38.549031+00:00, confidence not recorded.
  - readme: https://github.com/zaach/jsonlint (fetched 2026-08-28T04:06:03.220340+00:00, sha bfa3f4d86658)
  - registry_npm: https://registry.npmjs.org/jsonlint (fetched 2026-08-29T10:42:45.133659+00:00, sha c17cddbb6130)
- Data as of 2026-08-30T08:39:29.467469+00:00.
