# stleary/JSON-java

A reference implementation of a JSON package in Java.

Repository: https://github.com/stleary/JSON-java
Canonical: https://ross.abutalabs.com/products/json-java
Homepage: http://stleary.github.io/JSON-java/index.html
Language: Java
License: NOASSERTION
License Family: other
Topics: hacktoberfest, java, json, public-domain
Last push: 2026-08-24T17:22:45+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 74, longevity 100
- inputs: {"age_days": 5734, "days_push": 9, "days_rel": 19, "gap_med": 93.5, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4717, forks 2596 (observed 2026-08-28T04:08:57.460683+00:00)

## What it is
JSON-java (org.) is a reference implementation of a JSON package in Java, providing parsers, encoders, and decoders for JSON documents. It also converts between JSON and XML, HTTP headers, Cookies, and CDL, with no external dependencies.

## Use cases
- parse  in java
- serialize java objects to
- convert  to xml
- read  from http responses
- generate  documents in java
- handle cookies and http headers as

## When to choose
- you need a lightweight, zero-dependency JSON library for Java
- you want a stable, spec-compliant reference implementation
- you need JSON-to-XML or JSON-to-CDL conversion
- you need a public-domain library usable in commercial projects without attribution

## When to avoid
- you need high-performance streaming JSON parsing for very large documents
- you want data-binding to POJOs like Jackson provides
- you need a library with active feature development, since the project is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: serialization, parser
- domain: developer-tools, apis, files
- platform: jvm, cross-platform
- tags: -parser, -serializer, public-domain, zero-dependencies, xml-conversion

## Member repositories
- stleary/JSON-java (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:57.460683+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-29T18:19:07.260942+00:00, confidence not recorded.
  - readme: https://github.com/stleary/JSON-java (fetched 2026-08-28T04:08:57.460683+00:00, sha 761e3d3228c9)
  - homepage: http://stleary.github.io/JSON-java/index.html (fetched 2026-08-29T09:02:52.735380+00:00, sha b58424d11447)
- Data as of 2026-08-30T08:39:29.467469+00:00.
