diff options
author | Emmanuele Bassi <ebassi@openedhand.com> | 2007-09-20 17:33:28 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@openedhand.com> | 2007-09-20 20:35:49 +0100 |
commit | c5bfb22f964b8f1feecdc8fb29d8a74b36861d32 (patch) | |
tree | 15f05b52f97eaf01d11ea0046f8b12b982060209 /json-glib/json-glib.h | |
download | json-glib-c5bfb22f964b8f1feecdc8fb29d8a74b36861d32.tar.gz |
Initial import of JSON-GLib
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.
Diffstat (limited to 'json-glib/json-glib.h')
-rw-r--r-- | json-glib/json-glib.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/json-glib/json-glib.h b/json-glib/json-glib.h new file mode 100644 index 0000000..f2d45ac --- /dev/null +++ b/json-glib/json-glib.h @@ -0,0 +1,8 @@ +#ifndef __JSON_GLIB_H__ +#define __JSON_GLIB_H__ + +#include <json-glib/json-types.h> +#include <json-glib/json-parser.h> +#include <json-glib/json-version.h> + +#endif /* __JSON_GLIB_H__ */ |