Another simple JSON parser
Go to file
2024-03-15 19:02:03 +07:00
asjsonp repo: init 2024-03-15 19:02:03 +07:00
benchmark repo: init 2024-03-15 19:02:03 +07:00
.gitignore repo: init 2024-03-15 19:02:03 +07:00
LICENSE repo: init 2024-03-15 19:02:03 +07:00
pyproject.toml repo: init 2024-03-15 19:02:03 +07:00
README.md repo: init 2024-03-15 19:02:03 +07:00
test.json repo: init 2024-03-15 19:02:03 +07:00

asjsonp

Another simple (and stupid) JSON parser.

About

This implements .json as described in RFC 4627, including support for all standard features and some extended features:

  • Comment support
  • NaN, Infinity and -Infinity support (like the standard library)

Usage

Benchmark

This is about 10x slower than Python json module, so don't expect anything from this module.

License

MIT