yyjson-0.12.0

Introduction to yyjson

The yyjson package contains a high performance JSON library written in C.

yyjson Dependencies

Required

CMake

Installation of yyjson

Install yyjson by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_SHARED_LIBS=ON      \
      -G Ninja                  .. &&
ninja

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Libraries: libyyjson
Installed Directories: /usr/include/yyjson and /usr/lib/cmake/yyjson

Short Descriptions

libyyjson.so

contains functions that provide a high performance JSON implementation in C