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 rb33-json, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb33-json
To see what files were installed by rb33-json, run:
port contents rb33-json
To later upgrade rb33-json, run:
sudo port selfupdate && sudo port upgrade rb33-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.