isoDateAsMilliseconds

fun JsonMap.isoDateAsMilliseconds(key: String, defaultValue: Long? = null): Long?

Gets the field with the given key and parses it as a ISO date string.

Throws

if the value is not a valid date string.