floatValue

fun JsonModel.floatValue(key: String, default: Float): Float
fun JsonModel.floatValue(key: String, default: () -> Float): Float