X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Futils-json.h;h=3c4fee3522e9eb73d8b6540c41120096ed44460b;hb=59e224c962345fdc30e3c67aa90627ad8771becf;hp=a08e8b9cfa918bf4de7d793a73eee2fe5b1a29fd;hpb=4cd8d99ab22ab339d54203bf977648af71d91499;p=src%2Fapp-framework-main.git diff --git a/src/utils-json.h b/src/utils-json.h index a08e8b9..3c4fee3 100644 --- a/src/utils-json.h +++ b/src/utils-json.h @@ -56,6 +56,7 @@ extern int j_integer_at(struct json_object *obj, const char *key, int defval); /* * Adds a keyed value (of type) and returns true if done or false in case of error + * when key==NULL object is an array and values are appended */ extern int j_add(struct json_object *obj, const char *key, struct json_object *val); extern int j_add_string(struct json_object *obj, const char *key, const char *val);