Wrap the best available JSON implementation in a common API
Anyjson wraps the best available JSON implementation in a common interface. Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
Anyjson wraps the best available JSON implementation in a common interface. Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
To install py310-anyjson, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-anyjson
To see what files were installed by py310-anyjson, run:
port contents py310-anyjson
To later upgrade py310-anyjson, run:
sudo port selfupdate && sudo port upgrade py310-anyjson
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.