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
In .NET 7, there is a new set of methods CopyString(...) on the Utf8JsonReader that allows for non-allocating view of string properties. Related issue: #54410.
With the same background and motivation as in the related issue, would it make sense to introduce similar change also to JsonElement type?
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.
Issue Details
In .NET 7, there is a new set of methods CopyString(...) on the Utf8JsonReader that allows for non-allocating view of string properties. Related issue: #54410.
With the same background and motivation as in the related issue, would it make sense to introduce similar change also to JsonElement type?
In .NET 7, there is a new set of methods
CopyString(...)
on theUtf8JsonReader
that allows for non-allocating view of string properties. Related issue: #54410.With the same background and motivation as in the related issue, would it make sense to introduce similar change also to
JsonElement
type?The text was updated successfully, but these errors were encountered: