Searched defs:json (Results 1 – 3 of 3) sorted by relevance
71 String json = new String(Files.readAllBytes(f.toPath()), in getUpdateConfigs() local
102 String json = "{" in getUpdatePackageFile_throwsErrorIfNotAFile() local
54 public static UpdateConfig fromJson(String json) throws JSONException { in fromJson()