marser 0.1.4

Parser combinator toolkit with matcher-level backtracking and rich error reporting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.

| File | Upstream path | Notes |
|------|----------------|-------|
| `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.