Fredrik Lundh is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

effbot / cjson-effbot

Various cjson tweaks, including byte string encoding support.

Clone this repository (size: 34.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/effbot/cjson-effbot
hg clone ssh://hg@bitbucket.org/effbot/cjson-effbot

Commit 1e4aea265498 Raw commit »

commit
1e4aea265498
parent
c6a248bf2463
branch
default

Take sys.getdefaultencoding into account. This version handles
ascii, utf-8, and latin-1.

Note that this patch is somewhat rough, and will be cleaned up
a bit.

Comments

    Log in to comment »

    File Lines added Lines removed
    cjson.c 152 4
    jsonbench.py 16 11
    test_encoding.py 24