by String
fun JsonObject.byString(key: String? = null, default: JsonObjectDefaultSelector<String>): JsonDelegateProperty<String>
Content copied to clipboard
fun JsonObject.byString(key: String? = null, default: String): JsonDelegateProperty<String>
Content copied to clipboard