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
Post a Comment