VES PM data for slicing use case. [Issue-Id: ODUHIGH-384]
[o-du/l2.git] / src / o1 / ves / JsonHelper.hpp
index 6509dda..7d5f0d5 100644 (file)
@@ -49,6 +49,9 @@ class JsonHelper
       static char *printUnformatted(cJSON * node);
       static char *print(cJSON * node);
       static const char *getError();
+      static cJSON* createArray();
+      static cJSON_bool addJsonNodeToArray(cJSON * array, cJSON* node);
+
 
 };