kotlin.js.Json
Json
external interface Json
Platform and version requirements: JS
An interface for indexing access to a collection of key-value pairs, where type of key is String and type of value is Any?.
Functions
abstract operator fun get(propertyName: String): Any? Calls to the function will be translated to indexing operation (square brac |