dcoppa 48e75395e8 Import devel/jsoncpp, a JSON parsing C++ API
New dependency of the upcoming update to CMake-3.2.1

Based on a previous port by jca@
(https://github.com/jasperla/openbsd-wip/tree/master/devel/jsoncpp)

OK landry@
2015-03-26 06:49:11 +00:00

6 lines
320 B
Plaintext

JsonCpp is a simple API to manipulate JSON values, and handle
serialization and unserialization to string. It can also preserve
existing comments in unserialization/serialization steps, making
it a convenient format to store user input files. Unserialization
parsing is user friendly and provides precise error reports.