Skip to content

Commit ad65f13

Browse files
authored
Link to System.Text.Json overview (#3307)
1 parent c956fd2 commit ad65f13

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/ns-System.Text.Json.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<Namespace Name="System.Text.Json">
22
<Docs>
33
<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>
4-
<remarks>To be added.</remarks>
4+
<remarks>
5+
<format type="text/markdown"><![CDATA[
6+
## Remarks
7+
8+
For more information, see the [System.Text.Json overview](/dotnet/standard/serialization/system-text-json-overview).
9+
]]></format>
10+
</remarks>
511
</Docs>
612
</Namespace>

0 commit comments

Comments
 (0)