Skip to content

Commit

Permalink
Supported collection types doc for System.Text.Json (#22217)
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
tdykstra and gewarren authored Jan 6, 2021
1 parent d2f5809 commit b060116
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/fundamentals/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,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 @@ -304,5 +304,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

0 comments on commit b060116

Please sign in to comment.