Open Source Ajax Frameworks
5 projectsTop-ranked projects first.
demjson.py
Details
This is a comprehensive python binding to the JSON language-independent data encoding standard, which is often used as a simpler substitute for XML in AJAX-based web applications.
SimpleJSON
Details
SimpleJSON is a simple, fast, extensible JSON encoder/decoder for Python. It is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \\uXXXX escapes for unicode characters).