Medium sample JSON file (~50 KB)
Last updated 2026-05-20
Example JSON
Preview is shown inline; download below for the full ~50 KB file.
{}Request examples
const data = await fetch('https://jsonexamples.com/downloads/sample-medium.json').then(r => r.json());
console.log(data.users.length);