Small sample JSON file (~1 KB)

Last updated 2026-05-20

Example JSON

Single sample object — small enough to drop straight into a test.

{}

Request examples

const data = await fetch('https://jsonexamples.com/downloads/sample-small.json').then(r => r.json());
Back to examples

Related examples