Lines Matching defs:json
35 cJSON *json = NULL;
40 json = cJSON_Parse(file);
41 TEST_ASSERT_NOT_NULL_MESSAGE(json, "Failed to parse test json.");
42 TEST_ASSERT_TRUE_MESSAGE(cJSON_IsArray(json), "Json is not an array.");
46 return json;
185 cJSON *tests = parse_test_file("json-patch-tests/tests.json");
202 cJSON *tests = parse_test_file("json-patch-tests/spec_tests.json");
219 cJSON *tests = parse_test_file("json-patch-tests/cjson-utils-tests.json");