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

Returns the {...} representation of the entries.

Returns

A Klyn hash-map literal representation.

Example
values = HashMap<String, Int>()
values["answer"] = 42
assert values.toString() == "{\"answer\": 42}"