From 9c17751b908735dc1242e600d72564689d22d337 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Thu, 1 Aug 2019 13:39:37 -0700 Subject: [PATCH 1/3] Document Json namespaces --- xml/ns-System.Text.Json.Serialization.xml | 2 +- xml/ns-System.Text.Json.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/ns-System.Text.Json.Serialization.xml b/xml/ns-System.Text.Json.Serialization.xml index 8f291f63d19..f77e7ea8cb6 100644 --- a/xml/ns-System.Text.Json.Serialization.xml +++ b/xml/ns-System.Text.Json.Serialization.xml @@ -1,6 +1,6 @@ - To be added. + 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. To be added. diff --git a/xml/ns-System.Text.Json.xml b/xml/ns-System.Text.Json.xml index 639297133dd..69b51d98579 100644 --- a/xml/ns-System.Text.Json.xml +++ b/xml/ns-System.Text.Json.xml @@ -1,6 +1,6 @@ - To be added. + The System.Text.Json namespace provides high-performance, low-allocating, and RFC-compliant capabilities to process JavaScript Object Notation (JSON) which includes serializing objects to JSON text and deserialize 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), that is read-only, for random access of the JSON elements within a structured view of the data. To be added. From 911efda1aad4acd21d89849581df13222dda1c40 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Thu, 1 Aug 2019 16:05:57 -0700 Subject: [PATCH 2/3] suggestions by rpetrusha Co-Authored-By: Ron Petrusha --- xml/ns-System.Text.Json.Serialization.xml | 2 +- xml/ns-System.Text.Json.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/ns-System.Text.Json.Serialization.xml b/xml/ns-System.Text.Json.Serialization.xml index f77e7ea8cb6..956dd95f399 100644 --- a/xml/ns-System.Text.Json.Serialization.xml +++ b/xml/ns-System.Text.Json.Serialization.xml @@ -1,6 +1,6 @@ - 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. + 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. To be added. diff --git a/xml/ns-System.Text.Json.xml b/xml/ns-System.Text.Json.xml index 69b51d98579..3ee6b91dec3 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 RFC-compliant capabilities to process JavaScript Object Notation (JSON) which includes serializing objects to JSON text and deserialize 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), that is read-only, 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 RFC-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 a read-only in-memory document object model (DOM) for random access of the JSON elements within a structured view of the data. To be added. From 3e49dcb79d53e131869125f9702e88b198cff027 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Thu, 1 Aug 2019 19:15:25 -0700 Subject: [PATCH 3/3] suggestion by ahsonkhan Co-Authored-By: Ahson Khan --- xml/ns-System.Text.Json.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/ns-System.Text.Json.xml b/xml/ns-System.Text.Json.xml index 3ee6b91dec3..33120340f8b 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 RFC-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 a read-only 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. To be added.