How to Install libjson-c-dev in Ubuntu 18.04



Install libjson-c-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libjson-c-dev

Description:

JSON manipulation library - development files

This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The development headers for compiling programs that use libjson-c are provided by this package.

Homepage: https://github.com/json-c/json-c/wiki

Version: 0.12.1-1.3

Section: libdevel