This is a JSON parser written in pure Python. It is intended to be used as a component in a bigger system. It has zero external depenencies. An embedded version of PLY and YPLY (Python Lex Yacc and ...
A pure-Python JSON parser and serializer implemented from scratch (no json module), inspired by a state-machine design from a multi-language JSON Parser project.