Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the include for json-scanner.h | Emmanuele Bassi | 2008-05-18 | 1 | -1/+0 |
| | | | | The json-scanner.h header file is not shipped with JSON-GLib anymore. | ||||
* | Include the newly added json-enum-types.h header | Emmanuele Bassi | 2008-04-24 | 1 | -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 headers | Emmanuele Bassi | 2008-02-29 | 1 | -0/+1 |
| | |||||
* | Add missing json-generator.h header | Emmanuele Bassi | 2007-10-01 | 1 | -0/+1 |
| | |||||
* | Initial import of JSON-GLib | Emmanuele Bassi | 2007-09-20 | 1 | -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. |