by Nullable Json Element
fun JsonObject?.byNullableJsonElement(key: String? = null, default: JsonObjectDefaultSelector<JsonElement?>): JsonDelegateProperty<JsonElement?>
Content copied to clipboard
fun JsonObject?.byNullableJsonElement(key: String? = null, default: JsonElement?): JsonDelegateProperty<JsonElement?>
Content copied to clipboard
fun JsonObject?.byNullableJsonElement(key: String): JsonDelegateProperty<JsonElement?>
Content copied to clipboard
val JsonObject?.byNullableJsonElement: JsonDelegateProperty<JsonElement?>
Content copied to clipboard