json Pretty Print Writer
fun jsonPrettyPrintWriter(writerAction: JSONWriter.() -> Unit): JSONWriter
Content copied to clipboard
Answer a pretty-print JSONWriter that has had the provided writerAction applied to it.
Return
A JSONWriter.
Parameters
writer Action
A lambda that accepts the created and returned JSONWriter.