json module for Python 2.5.6

3 posts / 0 new
Last post
walkero
walkero's picture
Offline
Last seen: 3 months 2 days ago
Joined: 2009-05-03 16:54
json module for Python 2.5.6

Hello guys,
Does anyone have or used json module (https://docs.python.org/2/library/json.html) for the Python for AmigaOS 4? If not, do you know the steps we need to add it?

walkero
walkero's picture
Offline
Last seen: 3 months 2 days ago
Joined: 2009-05-03 16:54
Re: json module for Python 2.5.6

I found the simplejson (https://pypi.org/project/simplejson/) that works fine with Python 2.5 and does the job really nice. A good decoder and encoder for JSON.

Documentation for simplejson can be found at https://simplejson.readthedocs.io/en/latest/

broadblues
broadblues's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2012-05-02 21:48
Re: json module for Python 2.5.6

A port of simpl;ejson is included in my oath2client port that comes with AOrganiser, let me know if you need it seperated out for your own use. Can't remeber if it needed an patches to work, maybe not, in which using the versuion you found is just a simple.

Log in or register to post comments