]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/webish.py
web: use real JSON instead of the fake stubs
authorBrian Warner <warner@lothar.com>
Sun, 8 Jul 2007 07:17:11 +0000 (00:17 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 8 Jul 2007 07:17:11 +0000 (00:17 -0700)
commit72fc8c5cb875fab76036c3dce9f3b2645309be52
tree07daba7ab5058d62f1540dafdb142824b2dcd583
parent2d06a66ec117035f8fdf3827f31d4043f9680ba3
web: use real JSON instead of the fake stubs
Also include the encoder portion of Bob Ippolito's simplejson-1.7.1 as
allmydata.util.json_encoder . simplejson is distributed under a more liberal
license than Tahoe (looks to be modified BSD), so redistributing it should be ok.
docs/webapi.txt
src/allmydata/test/test_web.py
src/allmydata/util/json_encoder.py [new file with mode: 0644]
src/allmydata/webish.py