Skip to content
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

Supported collection types doc for System.Text.Json #22217

Merged
merged 16 commits into from
Jan 6, 2021
2 changes: 2 additions & 0 deletions docs/fundamentals/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,8 @@ items:
href: ../standard/serialization/system-text-json-polymorphism.md
- name: How to migrate from Newtonsoft.Json
href: ../standard/serialization/system-text-json-migrate-from-newtonsoft-how-to.md
- name: Supported collection types
href: ../standard/serialization/system-text-json-supported-collection-types.md
- name: Advanced
items:
- name: Customize character encoding
Expand Down
1 change: 1 addition & 0 deletions docs/standard/serialization/system-text-json-how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,6 @@ Extension methods on `HttpClient` and `HttpContent` are not available in System.
* [Write custom serializers and deserializers](write-custom-serializer-deserializer.md)
* [Write custom converters for JSON serialization](system-text-json-converters-how-to.md)
* [DateTime and DateTimeOffset support](../datetime/system-text-json-support.md)
* [Supported collection types in System.Text.Json](system-text-json-supported-collection-types.md)
* [System.Text.Json API reference](xref:System.Text.Json)
* [System.Text.Json.Serialization API reference](xref:System.Text.Json.Serialization)
1 change: 1 addition & 0 deletions docs/standard/serialization/system-text-json-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ The library also provides classes for working with an in-memory document object
* [Write custom serializers and deserializers](write-custom-serializer-deserializer.md)
* [Write custom converters for JSON serialization](system-text-json-converters-how-to.md)
* [DateTime and DateTimeOffset support](../datetime/system-text-json-support.md)
* [Supported collection types in System.Text.Json](system-text-json-supported-collection-types.md)
* [System.Text.Json API reference](xref:System.Text.Json)
* [System.Text.Json.Serialization API reference](xref:System.Text.Json.Serialization)
Loading