cJSON * get_json_root(const char *json_buffer)
Parse JSON buffer into cJSON root object.
Definition crun_json_manager.c:17
cJSON * get_json_object(cJSON *root, const char *obj_name)
Retrieve required JSON object child by name.
Definition crun_json_manager.c:39