abstract class WriterConfig
Controls the formatting of the JSON output. Use one of the available constants.
WriterConfig()
Controls the formatting of the JSON output. Use one of the available constants. |
var MINIMAL: WriterConfig
Write JSON in its minimal form, without any additional whitespace. This is the default. |
|
var PRETTY_PRINT: WriterConfig
Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces. |