trivet 3.1.0

The trivet Parser Library
Documentation
1
2
3
4
5
6
7
# 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.