json_spirit

v 4.05

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.

http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx

To install json_spirit, paste this in macOS terminal after installing MacPorts

sudo port install json_spirit

Add to my watchlist

Installations 1
Requested Installations 1