# JSON Test Cases
These test cases are taken from the [JSONTestSuite](https://github.com/nst/JSONTestSuite).
This is an excellent test suite for JSON parsers. Direct all praise there.
If a test case starts with `y_` then a JSON parser should _accept_ it. If a test case
starts with `n_` then a JSON parser should _reject_ it.