Nlohmann is a header-only (and optionally single-header) JSON library written in vanilla C++11. Has Unicode support; DOM and SAX parsers, among other features.
Nlohmann is a header-only (and optionally single-header) JSON library written in vanilla C++11. Has Unicode support; DOM and SAX parsers, among other features.
To install nlohmann-json, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nlohmann-json
To see what files were installed by nlohmann-json, run:
port contents nlohmann-json
To later upgrade nlohmann-json, run:
sudo port selfupdate && sudo port upgrade nlohmann-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.