getDoubleList

fun CSJsonObjectInterface.getDoubleList(key: String): List<Double?>?
fun CSJsonObjectInterface.getDoubleList(key: String, default: Double): List<Double>?