public class JSONStringFormatterConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
indenting
Adds line breaks and indenting to create more human readable output during
conversion of object into a json string.
|
boolean |
sortMembers
sorts members of compound types when converting objects into a json string.
|
boolean |
unicodeValues
Uses unicode conform encoding of special characters (i.e.
|
Constructor and Description |
---|
JSONStringFormatterConfiguration()
|
public boolean sortMembers
Default: true
public boolean indenting
Default: true
public boolean unicodeValues
Default: true