toString

open override fun toString(): String(source)

Returns the JsonMap as a JSON encoded String.

Return

The value as a JSON encoded String.


fun toString(sortKeys: Boolean): String(source)

Returns the JsonMap as a JSON encoded String with sorted keys.

Return

The value as a JSON encoded String.