News

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 very basic JSON parser written in Python. Takes in either a source string or JSON file and parses to a python dictionary object. lexer.py: Contains the lexer implementation for parsing JSON.