Test files › Structured data › large-array-100mb.json
Large sample JSON file
Roughly 100 MB single JSON array of ~400,000 uniform record objects.
↓ Download large-array-100mb.json| Filename | large-array-100mb.json |
| Format | JSON |
| Size | 100 MB (104,857,607 bytes) |
| MIME type | application/json |
| SHA-256 | b8a8cae3dd345e2c1c4e903e78a40876a21a20ae239e31cd00a43b1996c87f13 |
What this file catchesAnything that calls JSON.parse on the whole body. Forces the switch to a streaming parser and exposes request-body size limits in API gateways.
Download & verify
curl -fsSL -o "large-array-100mb.json" "https://files.hexaqa.com/json/large-array-100mb.json"
curl -fsSL "https://files.hexaqa.com/json/large-array-100mb.json" | sha256sum
# expect: b8a8cae3dd345e2c1c4e903e78a40876a21a20ae239e31cd00a43b1996c87f13