PNF Registration to be sent after odu stack is up
[o-du/l2.git] / src / o1 / ves / JsonHelper.hpp
index 1546776..6509dda 100644 (file)
@@ -44,7 +44,7 @@ class JsonHelper
       static cJSON_bool addJsonNodeToObject(cJSON * parent, \
                              const char * nodeName, cJSON * node);
       static cJSON* read(const char * fileName);
-      static char* getValue(cJSON *json, const char *node);
+      static std::string getValue(cJSON *json, const char *node);
       static cJSON * getNode(cJSON *json, const char *node);
       static char *printUnformatted(cJSON * node);
       static char *print(cJSON * node);