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 ...
JSON (JavaScript Object Notation) is a ligtweight, text-based data interchange format. It si easy for humans to read and write and easy for machines to parse and generate. It is often used to load ...