-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Utf8JsonReader.AllowMultipleValues and related APIs. #104328
Add Utf8JsonReader.AllowMultipleValues and related APIs. #104328
Conversation
Note regarding the
|
1 similar comment
Note regarding the
|
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis |
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
...s/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.cs
Show resolved
Hide resolved
...s/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.cs
Show resolved
Hide resolved
…nReaderOptions.cs Co-authored-by: Stephen Toub <stoub@microsoft.com>
…ion/JsonSerializer.Read.Stream.cs Co-authored-by: Stephen Toub <stoub@microsoft.com>
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
…ion/JsonSerializer.Read.Stream.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs
Outdated
Show resolved
Hide resolved
…ion/JsonSerializer.Read.Stream.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonElementParseTests.cs
Show resolved
Hide resolved
Potential regressions: |
Fix #33030.