simple-json-parser

A toy hand-written library for encoding and decoding JSON strings and objects in Python. I am writing it because to undersand basic lexing ,tokenization and parsing techniques (WIP)