X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjson_helper.hpp;h=d4ae85a895cbdcfe38afd5601b718014c911a820;hb=f7536d2b6ff552e7c4849b36d9b6e140c5b1b9aa;hp=6ccbcc1948091516b5094c1aeb9b6819ad67b5e5;hpb=6819f403a6b8a1ab5e8cdffd9fd1460d49045059;p=apps%2Fagl-service-windowmanager.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 6ccbcc1..d4ae85a 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -21,12 +21,12 @@ #include struct json_object; - json_object *to_json(std::vector const &v); namespace jh { const char* getStringFromJson(json_object* obj, const char* key); int getIntFromJson(json_object *obj, const char *key); +double getDoubleFromJson(json_object *obj, const char *key); json_bool getBoolFromJson(json_object *obj, const char *key); int inputJsonFilie(const char* file, json_object** obj); } // namespace jh