diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-06-09 12:23:12 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-06-09 12:58:22 +0100 |
commit | b6546a62362bafcb0aa2d97175a15c4218cc6023 (patch) | |
tree | 914bf7da79e86f7bea7bd6e4a36181fc4dbf7895 /json-glib/json-glib.h | |
parent | 445a787757eb08afeee61a6c5fdbd6622c43d0af (diff) | |
download | json-glib-b6546a62362bafcb0aa2d97175a15c4218cc6023.tar.gz |
Add simple JSON/string utilities
Wrap JsonParser and JsonGenerator in simple, easy to call functions that
manage the objects for you.
Diffstat (limited to 'json-glib/json-glib.h')
-rw-r--r-- | json-glib/json-glib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json-glib/json-glib.h b/json-glib/json-glib.h index 8a0e7f7..939ce0e 100644 --- a/json-glib/json-glib.h +++ b/json-glib/json-glib.h @@ -33,6 +33,7 @@ #include <json-glib/json-parser.h> #include <json-glib/json-path.h> #include <json-glib/json-reader.h> +#include <json-glib/json-utils.h> #include <json-glib/json-version.h> #include <json-glib/json-version-macros.h> |