Flat JSON Array
A flat JSON array of ten simple objects — the baseline case for JSON parsing and mapping.
Flat, deeply nested, JSON Lines, and intentionally invalid JSON for testing parsers and error handling.
A flat JSON array of ten simple objects — the baseline case for JSON parsing and mapping.
A deeply nested JSON document with objects inside arrays inside objects — for testing recursive parsing and path access.
A JSON Lines file with one object per line — for testing streaming/newline-delimited JSON parsers.
An intentionally invalid JSON file with a trailing comma and a missing closing brace — for testing parser error handling and messages. Not valid JSON by design.
A GeoJSON FeatureCollection with a point, a line, and a polygon — for testing map tools and geo importers.
A newline-delimited JSON (NDJSON) stream of event records — for testing streaming JSON parsers.
A draft-07 JSON Schema describing a user object — for testing schema validators and schema-aware tooling.
A valid Jupyter notebook (nbformat 4.5) with markdown cells, code cells, and real outputs (stdout stream and an execute result) — for testing notebook parsers, nbconvert, and JSON tooling.
The decoded header and payload of the sample JWT as JSON, alongside the public signing secret and algorithm — the ground truth for checking a JWT decoder's output.
We use Google Analytics. It sets no analytics cookies until you allow the Analytics category below. See our cookie policy.