Example usage for org.json JSONFormatter subclass-usage

List of usage examples for org.json JSONFormatter subclass-usage

Introduction

In this page you can find the example usage for org.json JSONFormatter subclass-usage.

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);