You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Utf8JsonReader.CopyString methods only accepts JSON string tokens, that is JsonTokenType.PropertyName and JsonTokenType.String. When implementing JsonConverters for large numeric types such as BigInteger (#60780) or Int128/UInt128 (#73500) extending the method to also handle JSON number tokens would greatly simplify getting allocation-free views of underlying JSON number encodings.