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.
- Outputs:
out
- Website: https://github.com/open-source-parsers/jsoncpp
- Licenses: Expat
- Package source: gnu/packages/serialization.scm
- Builds: See build status
- Issues: See known issues
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.