Simple, fast, extensible JSON encoder/decoder for Python
simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
To install py37-simplejson, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-simplejson
To see what files were installed by py37-simplejson, run:
port contents py37-simplejson
To later upgrade py37-simplejson, run:
sudo port selfupdate && sudo port upgrade py37-simplejson
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.