# Benchmark JSON fixtures
Files under this directory are copied from the [simdjson-data](https://github.com/simdjson/simdjson-data) repository (`jsonexamples/`), commonly used for JSON parser benchmarking.
| `canada.json` | `jsonexamples/canada.json` | Nested arrays, many numbers |
| `twitter.json` | `jsonexamples/twitter.json` | Typical API-style JSON |
| `citm_catalog.json` | `jsonexamples/citm_catalog.json` | Larger structured document |
The upstream collection is intended for testing and benchmarking; see that repository for citation guidance if you publish results using these files.