Package com.diffplug.spotless.json
Class JsonSimpleStep
java.lang.Object
com.diffplug.spotless.json.JsonSimpleStep
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatterStep
create
(int indent, Provisioner provisioner)
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
create
-