Returns an [Optional] containing this field's numerical value, or an empty [Optional] if it doesn't contain a number.
public Optional<Number> asNumber()Returns an [Optional] containing this field's numerical value, or an empty [Optional] if it doesn't contain a number. This method checks for both a [KnownValue] containing a number and for [JsonNumber].