jsonWriter

fun jsonWriter(writerAction: JSONWriter.() -> Unit): JSONWriter

Answer a JSONWriter that has had the provided writerAction applied to it.

Return

A JSONWriter.

Parameters

writerAction

A lambda that accepts the created and returned JSONWriter.