Searched defs:json (Results 1 – 9 of 9) sorted by relevance
147 let json = TestMappingJson::parse(TEST_JSON.to_string())?; in all_test_names() localVariable157 let mut json = TestMappingJson::parse(TEST_JSON.to_string())?; in set_presubmits() localVariable166 let mut json = TestMappingJson::parse(TEST_JSON.to_string())?; in add_new_tests_to_postsubmit() localVariable182 let json = TestMappingJson::parse(TEST_JSON.to_string())?; in is_empty() localVariable
18 mod json; module72 json: TestMappingJson, field89 let json = if test_mapping_path.abs().exists() { in read() localVariable
29 Json::Value json; in Load() local
118 const json = JSON.stringify(jsonRequest); constant
63 public static Recipe fromJson(Context context, JSONObject json) { in fromJson()
64 private List<Item> parseJson(JSONObject json) { in parseJson()
173 let json: UpdateSuggestions = serde_json::from_slice(&output.stdout)?; in get_suggestions() localVariable
141 JSONObject json = new JSONObject(); in toJSONObject() local
250 private MediaMetadata buildFromJSON(JSONObject json, String basePath) throws JSONException { in buildFromJSON()