json

fun json(block: JsonBuilder.() -> Unit = {}): Json

Create a new Json configuration with the given block.

Return

A new Json configuration with the given block.

Parameters

block

Customization of the Json configuration.