get

operator fun get(k: String): JSONData

Get a JSONData associated with requested key.

Return

The JSONData associated with requested key.

Parameters

k

The key.

Throws

If the requested key is not present.