Class JsonSimpleStep

java.lang.Object
com.diffplug.spotless.json.JsonSimpleStep
All Implemented Interfaces:
Serializable

public final class JsonSimpleStep extends Object implements Serializable
Simple JSON formatter which reformats the file according to the org.json library's default pretty-printing, but has no ability to customise more than the indentation size.
See Also: