Overview

The JSON library, libjson, allows applications to decode and encode JSON data. This is useful for reading and interpreting complex data or transferring data between systems.

The two most common use cases are:

Other possible use cases are if you want to read JSON data, modify the contents, and resave the data, or generate your own JSON data for internal use.