toString

open fun toString(): String

Returns the JsonMap as a JSON encoded String.

Return

The value as a JSON encoded String.


open fun toString(@NonNull sortKeys: Boolean): String

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

Return

The value as a JSON encoded String.