longValue

fun JsonModel.longValue(key: String, default: Long): Long
fun JsonModel.longValue(key: String, default: () -> Long): Long