klyn.collections.SortedMap.toString
method
public native override toString() as String
Description

Returns the t:{...} representation of the sorted map.

Returns

A Klyn sorted-map literal representation.

Example
assert t:{"answer": 42}.toString() == "t:{\"answer\": 42}"