This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language.
This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language.
To install rb32-json, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb32-json
To see what files were installed by rb32-json, run:
port contents rb32-json
To later upgrade rb32-json, run:
sudo port selfupdate && sudo port upgrade rb32-json
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.