This package browser is in early development. Mind the rough edges.

jsoncpp 1.9.6

C++ library for interacting with JSON

JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.

Installation

Install jsoncpp 1.9.6 as follows:

guix install jsoncpp@1.9.6

Or install the latest version:

guix install jsoncpp

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.