optionalEpochMillis

Reads the field with the given key, holding epoch milliseconds, as an Instant, or null if the field is absent or not a number.

Lenient like optionalField: a malformed value reads as absent rather than throwing. Use requireEpochMillis to reject one.