-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathns-System.Text.Json.xml
More file actions
14 lines (12 loc) · 953 Bytes
/
ns-System.Text.Json.xml
File metadata and controls
14 lines (12 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Namespace Name="System.Text.Json">
<Docs>
<summary>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>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Namespace>