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?
Tue, 2019-08-13 22:55
#1
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/
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.