Searched refs:jsonMap (Results 1 – 1 of 1) sorted by relevance
645 HashMap<String, List<String>> jsonMap = new HashMap<>(); in reformatJsonString() local651 if (!jsonMap.containsKey(key)) { in reformatJsonString()652 jsonMap.put(key, new ArrayList<String>()); in reformatJsonString()654 jsonMap.get(key).add(value); in reformatJsonString()659 for (String key : jsonMap.keySet()) { in reformatJsonString()667 for (String stream : jsonMap.get(key)) { in reformatJsonString()