This project is a complete JSON Lexer and Parser written from scratch in Python. It takes raw JSON strings, tokenizes them into meaningful syntactic units, and parses them into Python-native ASTs ...
Most of the python requests do url/path/parameter encoding/decoding, and I hate this. If I submit raw chars, I want raw chars to be sent. If I send a weird path, I want it weird, not normalized. This ...