Searched refs:rawJson (Results 1 – 2 of 2) sorted by relevance
84 public void populateRealisticCustomAudiences(String rawJson) throws Exception { in populateRealisticCustomAudiences() argument85 JSONArray interestGroups = new JSONObject(rawJson).getJSONArray("interestGroups"); in populateRealisticCustomAudiences()
94 String rawJson = new String(Files.readAllBytes(Path.of(jsonPath))); in createVirtualMachineConfig() local95 JSONObject json = new JSONObject(rawJson); in createVirtualMachineConfig()