charList

fun JsonModel.charList(key: String? = null, default: JsonArrayDefaultSelector<Char>): JsonDelegateProperty<List<Char>>
fun JsonModel.charList(key: String? = null, default: List<Char>): JsonDelegateProperty<List<Char>>
fun JsonModel.charList(key: String): JsonDelegateProperty<List<Char>>
val JsonModel.charList: JsonDelegateProperty<List<Char>>