diff --git a/xml/ns-System.Text.Json.xml b/xml/ns-System.Text.Json.xml index cbbdb66db0b..a94a1a7c10d 100644 --- a/xml/ns-System.Text.Json.xml +++ b/xml/ns-System.Text.Json.xml @@ -1,6 +1,6 @@ - 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. + 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. The Classes in this namespace are also available as nuget packages for other Core / Framework versions https://www.nuget.org/packages/System.Text.Json