prettyPrintJson

fun prettyPrintJson(jsonString: String): String(source)

Pretty prints given json string.

Return

Formatted json string.

Parameters

jsonString

JSON string that needs to be formatted.

Throws

SerializationException