JSON Spirit is a C++ library that reads and writes JSON files or streams.
JSON is a text file format similar to XML, but less verbose. It has been called XML lite. This article describes JSON Spirit, a C++ library that reads and writes JSON files or streams. It is written using the Boost Spirit parser generator. If you are already using Boost, you can use JSON Spirit without any additional dependencies.
JSON is a text file format similar to XML, but less verbose. It has been called XML lite. This article describes JSON Spirit, a C++ library that reads and writes JSON files or streams. It is written using the Boost Spirit parser generator. If you are already using Boost, you can use JSON Spirit without any additional dependencies.
To install json_spirit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install json_spirit
To see what files were installed by json_spirit, run:
port contents json_spirit
To later upgrade json_spirit, run:
sudo port selfupdate && sudo port upgrade json_spirit
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.