Array-heavy sample JSON file (10,000 items)
Last updated 2026-05-20
Preview (first 50 items)
0 B · 0 linesDownload .json
Full file is 0 B and 0 lines. Use Download for the complete payload.
Request examples
const arr = JSON.parse(fs.readFileSync('./sample-array-heavy.json', 'utf8'));
console.log('items =', arr.length);