Searched refs:reformatJsonString (Results 1 – 2 of 2) sorted by relevance
47 String reformattedJson = CollectorUtil.reformatJsonString(UNFORMATTED_JSON); in testReformatJsonString()
102 writeFile(reportLog, reformatJsonString(readFile(reportLog))); in reformatRepeatedStreams()146 public static String reformatJsonString(String jsonString) { in reformatJsonString() method in CollectorUtil