Skip to main content

JsonCpp: JSON library implemented in C++

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: JsonCpp
Description: JSON library implemented in C++
For more information: https://github.com/open-source-parsers/jsoncpp
Categories:
License: OpenSource (MIT)

General usage information

JsonCpp is a C++ library for manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comments in deserialization/serialization steps.

The following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package JsonCpp, by cluster

This section lists the available versions of the package JsonCppon the different clusters.

Available versions of JsonCpp on the Zaratab cluster

Available versions of JsonCpp on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
1.9.5 jsoncpp/1.9.5 icelake, zen2 Y
1.9.4 jsoncpp/1.9.4 zen, zen2 Y






Back to Top