get

operator fun get(key: String): JsonValue?(source)

Returns the value of the mapping with the specified key.

Return

the value of the mapping with the specified key, or null if no mapping for the specified key is found.

Parameters

key

the key.