public class DTJsonOptions
| Constructor and Description |
|---|
DTJsonOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean | doTrim() |
int | getIndentSpaces() |
DTJsonType | getJsonType() |
DTJsonOptions | setIndentSpaces(int value!) |
DTJsonOptions | setJsonType(DTJsonType value!) |
DTJsonOptions | setTrim(Boolean value!) |
public Boolean doTrim()
public int getIndentSpaces()public DTJsonType getJsonType()public DTJsonOptions setIndentSpaces(int value!)public DTJsonOptions setJsonType(DTJsonType value!)
public DTJsonOptions setTrim(Boolean value!)