MacPython Logo from __future__ import *

2007-03-03

simplejson 1.6

Filed under: python, simplejson — bob @ 9:40 pm

simplejson is a simple, fast, complete, correct and extensible JSON encoder/decoder for Python 2.3+. It is pure Python code with no dependencies.

simplejson 1.6 is a minor update that improves str support for encoding. Previous versions of simplejson integrated strings directly into the output stream, this version ensures they're of a particular encoding (default is UTF-8) so that the output stream is valid. See the documentation for more information.

No Comments »

No comments yet.

RSS feed for comments on this post.

Leave a comment

Powered by WP Hashcash

Powered by WordPress