Searched refs:replace_item_in_object (Results 1 – 1 of 1) sorted by relevance
2347 static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJS… in replace_item_in_object() function2367 return replace_item_in_object(object, string, newitem, false); in cJSON_ReplaceItemInObject()2372 return replace_item_in_object(object, string, newitem, true); in cJSON_ReplaceItemInObjectCaseSensitive()