Python 2.5 json without installing simplejson -


i'm trying deploy code on several nodes distributed project. these nodes have python 2.5 on them, problem because i'm sending data in json (mostly json.loads , json.dumps). can't install new modules or upgrade python policy reasons.

i guess 1 way around manually convert strings in json python objects , vice versa, sounds painful. there easier way this?

what manually downloading simplejson , use application module? can here: https://pypi.python.org/pypi/simplejson


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -