/** * Produces a JSON object for fingerprint and details exposure in a * parseable format. * @param maxCols a limit on the number of columns to include in the JSON * @return a JSONObject containing this Operation's information, as a string */ public String toJSON(int maxCols) throws IOException { return JsonMapper.writeMapAsString(toMap(maxCols)); }