Searched refs:jsontemp (Results 1 – 1 of 1) sorted by relevance
134 cJSON *jsontemp = cJSON_Parse(it->second.c_str()); in CreateJsonFromOperatorConfig() local135 if (jsontemp != nullptr) { in CreateJsonFromOperatorConfig()136 cJSON_AddItemToObject(root, it->first.c_str(), jsontemp); in CreateJsonFromOperatorConfig()