- Notifications
You must be signed in to change notification settings - Fork5.1k
Add Utf8JsonReader.AllowMultipleValues and related APIs.#104328
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add Utf8JsonReader.AllowMultipleValues and related APIs.#104328
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedJul 2, 2024
Note regarding the
|
1 similar comment
ghost commentedJul 2, 2024
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.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...s/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...s/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…nReaderOptions.csCo-authored-by: Stephen Toub <stoub@microsoft.com>
…ion/JsonSerializer.Read.Stream.csCo-authored-by: Stephen Toub <stoub@microsoft.com>
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…ion/JsonSerializer.Read.Stream.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…ion/JsonSerializer.Read.Stream.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonElementParseTests.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
3bad19f
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
LoopedBard3 commentedJul 9, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Potential regressions: |
Fix#33030.