Returns an [Optional] containing this field's "known" value, meaning it matches the type the SDK expects, or an empty [Optional] if this field contains an arbitrary [JsonValue].
public Optional< asKnown()Returns an [Optional] containing this field's "known" value, meaning it matches the type the SDK expects, or an empty [Optional] if this field contains an arbitrary [JsonValue]. This is the opposite of [asUnknown].