Python library for serializing any arbitrary object graph into JSON.
Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
To install py314-jsonpickle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py314-jsonpickle
To see what files were installed by py314-jsonpickle, run:
port contents py314-jsonpickle
To later upgrade py314-jsonpickle, run:
sudo port selfupdate && sudo port upgrade py314-jsonpickle
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.