nullable Json Element
fun JsonModel?.nullableJsonElement(key: String? = null, default: JsonObjectDefaultSelector<JsonElement?>): JsonDelegateProperty<JsonElement?>
Content copied to clipboard
fun JsonModel?.nullableJsonElement(key: String? = null, default: JsonElement?): JsonDelegateProperty<JsonElement?>
Content copied to clipboard
fun JsonModel?.nullableJsonElement(key: String): JsonDelegateProperty<JsonElement?>
Content copied to clipboard