barely_json
barely_json copied to clipboard
A Python parser for data that only looks like JSON
Bumps [py](https://github.com/pytest-dev/py) from 1.4.33 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Hey @torfsen As discussed I have moved out grammar to a separate file. Also I have moved `IllegalValue` out to prevent circular dependency. Thanks.
Hey there, It's a great library you made :-) And it is a good idea to base it on a grammar processor instead of a simple homemade state machine. I...