Version 0.6.2

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to:


          The Free Software Foundation, Inc.,
          59 Temple Place - Suite 330,
          BostonMA 02111-1307,
          USA
        


I. JSON-GLib Overview
II. JSON-GLib Reference
Data Types
JsonNode — Node in a JSON object model
JsonArray — a JSON array representation
JsonObject — a JSON object representation
III. Reading and writing
Parser
JsonParser — Parse JSON data streams
Generator
JsonGenerator — Generates JSON data streams
IV. JSON-GLib Advanced API
GObject integration — Serialize and deserialize GObjects
V. JSON-GLib Additional Reference
Versioning information — JSON-GLib version checking
Index
Index of new symbols in 0.4
A. License