[Tutor] Json encode and decode on Puython 2.4

Dotan Cohen dotancohen at gmail.com
Wed Jan 16 22:15:57 CET 2013


Hi all, I'm just getting into porting some PHP scripts to Python. One
issue that I'm having is that the scripts need to run on a host with
Python 2.4 that has neither the json nor simplejson packages
available. I figure that I'll have to include the loads() and dumps()
functions in my application. Where might I find the source for these
two functions? What would be the best way to include them?

Thanks.

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com


More information about the Tutor mailing list