Re: json in python 2.5

2011-09-02 Thread Chris Rebert
std lib: > http://docs.python.org/library/json.html > > I tried with json in std lib. > But it is included in python 2.6 onwards. > For my current proj, I need to use python 2.5. > Hence can't use json from the std lib. > Any idea on converting list to json in

json in python 2.5

2011-09-02 Thread Vineet Deodhar
ocs.python.org/library/json.html I tried with json in std lib. But it is included in python 2.6 onwards. For my current proj, I need to use python 2.5. Hence can't use json from the std lib. Any idea on converting list to json in python 2.5? = Thanks, Vineet -- http://mail.python.org/mailman/listinfo/python-list