Companion

object Companion

Functions

Link copied to clipboard
fun newPrettyPrinterWriter(): JSONWriter

Answer a JSONWriter that targets an internal StringWriter and pretty-prints the content.

Link copied to clipboard
fun newWriter(): JSONWriter

Answer a JSONWriter that targets an internal StringWriter.