List of usage examples for org.json JSONFormatter subclass-usage
From source file cc.redpen.formatter.JSONBySentenceFormatter.java
/** * JSON error formatter, collating errors by sentence */ public class JSONBySentenceFormatter extends JSONFormatter { private static final Logger LOG = LoggerFactory.getLogger(JSONBySentenceFormatter.class);