ports/devel/jsoncpp/pkg/DESCR

6 lines
320 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.