Skip to main content

JSON-C: 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: JSON-C
Description: JSON library implemented in C
For more information: https://github.com/json-c/json-c
Categories:
License: OpenSource (JSON-C License)

General usage information

JSON-C implements a reference counting object model that allows one to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into their C representations. It aims to conform to RFC 7159.

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 JSON-C, by cluster

This section lists the available versions of the package JSON-Con the different clusters.

Available versions of JSON-C on the Zaratab cluster

Available versions of JSON-C on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
0.16 json-c/0.16 icelake, x86_64, zen2 Y
0.15 json-c/0.15 zen2 Y






Back to Top