Searched refs:b_json (Results 1 – 1 of 1) sorted by relevance
30 cJSON *b_json = NULL; in compare_from_string() local35 b_json = cJSON_Parse(b); in compare_from_string()36 TEST_ASSERT_NOT_NULL_MESSAGE(b_json, "Failed to parse b."); in compare_from_string()38 result = cJSON_Compare(a_json, b_json, case_sensitive); in compare_from_string()41 cJSON_Delete(b_json); in compare_from_string()