Skip to content

Commit 5c19ace

Browse files
carlossanlopahsonkhan
authored andcommitted
Document Json namespaces (#2906)
* Document Json namespaces * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]> * suggestion by ahsonkhan Co-Authored-By: Ahson Khan <[email protected]>
1 parent 28b6457 commit 5c19ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Text.Json.Serialization">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>The System.Text.Json.Serialization namespace contains classes that are used to customize and extend serialization and deserialization of objects into JSON formatted documents or streams, either via an attribute model or via type converters.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Text.Json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Text.Json">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>The System.Text.Json namespace provides high-performance, low-allocating, and standards-compliant capabilities to process JavaScript Object Notation (JSON), which includes serializing objects to JSON text and deserializing JSON text to objects, with UTF-8 support built-in. It also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM) for random access of the JSON elements within a structured view of the data.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

0 commit comments

Comments
 (0)