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 3bfa8cf10f88 Raw commit »

commit
3bfa8cf10f88
parent
c20be1d34e7e
branch
default

Support arbitrary default encodings. Use optimized code paths for
ascii, iso-8859-1, latin-1, us-ascii, and utf-8.

Comments

    Log in to comment »

    File Lines added Lines removed
    cjson.c 58 7
    jsontest.py 10