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