Part I. JSON-GLib Overview

JSON-GLib is a library aimed at providing an API for efficient parsing and writing of JSON (JavaScript Object Notation) streams, using GLib's data types and API.

JSON (JavaScript Object Notation) is a lightweight data-interchange format. More information on the grammar is available on json.org.