Searched refs:jsonMap (Results 1 – 1 of 1) sorted by relevance
149 HashMap<String, List<String>> jsonMap = new HashMap<>(); in reformatJsonString() local158 if (!jsonMap.containsKey(key)) { in reformatJsonString()159 jsonMap.put(key, new ArrayList<String>()); in reformatJsonString()161 jsonMap.get(key).add(value); in reformatJsonString()166 for (String key : jsonMap.keySet()) { in reformatJsonString()174 for (String stream : jsonMap.get(key)) { in reformatJsonString()