summaryrefslogtreecommitdiff
path: root/json-glib/json-glib.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the include for json-scanner.hEmmanuele Bassi2008-05-181-1/+0
| | | | The json-scanner.h header file is not shipped with JSON-GLib anymore.
* Include the newly added json-enum-types.h headerEmmanuele Bassi2008-04-241-0/+1
| | | | | When including json-glib/json-glib.h we get everything json-glib expose as a public symbol.
* Add json-scanner.h to the exported headersEmmanuele Bassi2008-02-291-0/+1
|
* Add missing json-generator.h headerEmmanuele Bassi2007-10-011-0/+1
|
* Initial import of JSON-GLibEmmanuele Bassi2007-09-201-0/+8
JSON-GLib is a JSON parser library written with GLib and GObject. JSON is the JavaScript Object Notation, and it's used to define objects and object hierarchies in a human-readable way.