get

open fun get(@NonNull key: String): JsonValue

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.