diff --git a/xml/System.Text.Json/JsonDocument.xml b/xml/System.Text.Json/JsonDocument.xml
index 5ea018b57e2..7171982f4ab 100644
--- a/xml/System.Text.Json/JsonDocument.xml
+++ b/xml/System.Text.Json/JsonDocument.xml
@@ -65,11 +65,16 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The JSON text to parse.
+ Options to control the reader behavior during parsing.
+ Parses a sequence as UTF-8-encoded text representing a single JSON value into a .
+ A JsonDocument representation of the JSON value.
+ The may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object's lifetime.
+
+
+Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must not be present.
+ does not represent a valid single JSON value.
+ contains unsupported options.
@@ -91,11 +96,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ JSON data to parse.
+ Options to control the reader behavior during parsing.
+ Parses a as UTF-8-encoded data representing a single JSON value into a . The stream will be read to completion.
+ A JsonDocument representation of the JSON value.
To be added.
+ does not represent a valid single JSON value.
+ contains unsupported options.
@@ -117,11 +124,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ JSON text to parse.
+ Options to control the reader behavior during parsing.
+ Parses memory as UTF-8-encoded text representing a single JSON value into a .
+ A JsonDocument representation of the JSON value.
+ The value will be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object's lifetime.
+
+Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must not be present.
+ does not represent a valid single JSON value.
+ contains unsupported options.
@@ -143,11 +154,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The JSON text to parse.
+ Options to control the reader behavior during parsing.
+ Parses text representing a single JSON value into a .
+ A JsonDocument representation of the JSON value.
+ The value may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object's lifetime.
+ does not represent a valid single JSON value.
+ contains unsupported options.
@@ -169,11 +182,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ JSON text to parse.
+ Options to control the reader behavior during parsing.
+ Parses text representing a single JSON value into a .
+ A JsonDocument representation of the JSON value.
To be added.
+ does not represent a valid single JSON value.
+ contains unsupported options.
@@ -195,12 +210,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ JSON data to parse.
+ Options to control the reader behavior during parsing.
+ The token to monitor for cancellation requests.
+ Parses a as UTF-8-encoded data representing a single JSON value into a . The stream will be read to completion.
+ A task to produce a representation of the JSON value.
To be added.
+ does not represent a valid single JSON value.
+ contains unsupported options.
@@ -219,10 +236,10 @@
System.Text.Json.JsonElement
- To be added.
+ Gets the representing the value of the document.
To be added.
To be added.
-
\ No newline at end of file
+
diff --git a/xml/System.Text.Json/JsonElement+ArrayEnumerator.xml b/xml/System.Text.Json/JsonElement+ArrayEnumerator.xml
index f015c89940a..e1b2d188fdc 100644
--- a/xml/System.Text.Json/JsonElement+ArrayEnumerator.xml
+++ b/xml/System.Text.Json/JsonElement+ArrayEnumerator.xml
@@ -99,8 +99,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through a collection.
+ An enumerator that can be used to iterate through the array.
To be added.
@@ -226,4 +226,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System.Text.Json/JsonElement+ObjectEnumerator.xml b/xml/System.Text.Json/JsonElement+ObjectEnumerator.xml
index d82d3ce52b3..ac8fb4cb3c5 100644
--- a/xml/System.Text.Json/JsonElement+ObjectEnumerator.xml
+++ b/xml/System.Text.Json/JsonElement+ObjectEnumerator.xml
@@ -99,9 +99,9 @@
- To be added.
- To be added.
- To be added.
+ Returns an enumerator that iterates the properties of an object.
+ An enumerator that can be used to iterate through the object.
+ The enumerator will enumerate the properties in the order they are declared, and when an object has multiple definitions of a single property, they will all individually be returned (each in the order they appear in the content).
@@ -226,4 +226,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System.Text.Json/JsonElement.xml b/xml/System.Text.Json/JsonElement.xml
index ef5e5083635..8c5fdb168e4 100644
--- a/xml/System.Text.Json/JsonElement.xml
+++ b/xml/System.Text.Json/JsonElement.xml
@@ -40,9 +40,11 @@
- To be added.
- To be added.
+ Gets an enumerator to enumerate the values in the JSON array represented by this .
+ An enumerator to enumerate the values in the JSON array represented by this JsonElement.
To be added.
+ This value's is not .
+ The parent has been disposed.
@@ -62,9 +64,11 @@
- To be added.
- To be added.
+ Gets an enumerator to enumerate the properties in the JSON object represented by this .
+ An enumerator to enumerate the properties in the JSON object represented by this JsonElement.
To be added.
+ This value's is not .
+ The parent has been disposed.
@@ -84,9 +88,11 @@
- To be added.
- To be added.
+ Gets the number of values contained within the current array value.
+ The number of values contained within the current array value.
To be added.
+ This value's is not .
+ The parent has been disposed.
@@ -106,9 +112,11 @@
- To be added.
- To be added.
- To be added.
+ Gets the value of the element as a .
+ The value of the element as a .
+ This method does not parse the contents of a JSON string value.
+ This value's is neither or .
+ The parent has been disposed.
@@ -128,9 +136,12 @@
- To be added.
- To be added.
- To be added.
+ Gets the current JSON number as a .
+ The current JSON number as a .
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The value cannot be represented as a .
+ The parent has been disposed.
@@ -150,9 +161,20 @@
- To be added.
- To be added.
- To be added.
+ Gets the current JSON number as a .
+ The current JSON number as a .
+
+ (or ) for values larger than (or smaller than ).
+
+ ]]>
+
+ This value's is not .
+ The value cannot be represented as a .
+ The parent has been disposed.
@@ -172,9 +194,12 @@
- To be added.
- To be added.
+ Gets the current JSON number as an .
+ The current JSON number as an .
To be added.
+ This value's is not .
+ The value cannot be represented as an .
+ The parent has been disposed.
@@ -194,9 +219,12 @@
- To be added.
- To be added.
- To be added.
+ Gets the current JSON number as a .
+ The current JSON number as a .
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The value cannot be represented as a .
+ The parent has been disposed.
@@ -218,10 +246,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The UTF-8 representation with no Byte-Order-Mark (BOM) of the name of the property to return.
+ Gets a representing the value of a required property identified by .
+ A representing the value of the requested property.
+ Property name matching is performed as an ordinal, case-sensitive comparison.
+If a property is defined multiple times for the same object, the last such definition is what is matched.
+ This value's is not .
+ No property was found with the requested name.
+ The parent has been disposed.
@@ -243,10 +275,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the property whose value to return.
+ Gets a representing the value of a required property identified by .
+ A representing the value of the requested property.
+ Property name matching is performed as an ordinal, case-sensitive comparison.
+If a property is defined multiple times for the same object, the last such definition is what is matched.
+ This value's is not .
+ No property was found with the requested name.
+ The parent has been disposed.
@@ -268,10 +304,16 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the property whose value to return.
+ Gets a representing the value of a required property identified
+ by .
+ A representing the value of the requested property.
+ Property name matching is performed as an ordinal, case-sensitive comparison.
+If a property is defined multiple times for the same object, the last such definition is what is matched.
+ This value's is not .
+ No property was found with the requested name.
+ is .
+ The parent has been disposed.
@@ -291,9 +333,10 @@
- To be added.
- To be added.
+ Gets a string containing the original input data backing this value.
+ The original input data backing this value.
To be added.
+ The parent has been disposed.
@@ -313,9 +356,15 @@
- To be added.
- To be added.
- To be added.
+ Gets the current JSON number as a .
+ The current JSON number as a .
+ (or ) for values larger than (or smaller than ).
+]]>
+ This value's is not .
+ The value cannot be represented as a .
+ The parent has been disposed.
@@ -335,9 +384,11 @@
- To be added.
- To be added.
- To be added.
+ Gets the value of the element as a .
+ The value of the element as a .
+ This method does not create a string representation of values other than JSON strings.
+ This value's is neither nor .
+ The parent has been disposed.
@@ -362,9 +413,12 @@
- To be added.
- To be added.
- To be added.
+ Gets the current JSON number as a .
+ The current JSON number as a .
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The value cannot be represented as a .
+ The parent has been disposed.
@@ -389,9 +443,12 @@
- To be added.
- To be added.
- To be added.
+ Gets the current JSON number as a .
+ The current JSON number as a .
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The value cannot be represented as a .
+ The parent has been disposed.
@@ -414,9 +471,13 @@
To be added.
- To be added.
+ Gets the value at a specified index when the current value is an
+ .
To be added.
To be added.
+ This value's is not .
+ is not in the range [0, ()).
+ The parent has been disposed.
@@ -436,9 +497,16 @@
- To be added.
- To be added.
- To be added.
+ Gets a string representation for the current value appropriate to the value type.
+ A string representation for the current value appropriate to the value type.
+ , is returned.
+For , is returned.
+For , is returned.
+For , the value of is returned.
+For other types, the value of is returned.
+]]>
+ The parent has been disposed.
@@ -460,10 +528,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the current JSON number represented as a decimal value.
+ Attempts to represent the current JSON number as a .
+
+ if the number can be represented as a , otherwise.
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The parent has been disposed.
@@ -485,10 +556,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the current JSON number represented as a double-precision floating point value.
+ Attempts to represent the current JSON number as a .
+
+ if the number can be represented as a , otherwise.
+ This method does not parse the contents of a JSON string value.
+On .NET Core this method does not return for values larger than (or smaller than ), instead is returned and (or ) is emitted.
+ This value's is not .
+ The parent has been disposed.
@@ -510,10 +585,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the current JSON number represented as a 32-bit signed integer.
+ Attempts to represent the current JSON number as an .
+
+ if the number can be represented as an , otherwise.
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The parent has been disposed.
@@ -535,10 +613,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the current JSON number represented as a 64-bit signed integer value.
+ Attempts to represent the current JSON number as a .
+
+ if the number can be represented as a , otherwise.
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The parent has been disposed.
@@ -561,11 +642,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The UTF-8 (with no Byte-Order-Mark (BOM)) representation of the name of the property to return.
+ Receives the value of the located property.
+ Looks for a property named in the current object, returning whether or not such a property exists. When the property exists is assigned to the value of that property.
+
+ if the property was found, otherwise.
+ Property name matching is performed as an ordinal, case-sensitive comparison.
+If a property is defined multiple times for the same object, the last such definition is what is matched.
+ This value's is not .
+ The parent has been disposed.
@@ -588,11 +673,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The name of the property to find.
+ When the method returns, the value of the specified property.
+ Looks for a property named in the current object, returning whether or not such a property exists. When the property exists, is assigned to the value of that property.
+
+ if the property was found, otherwise.
+ Property name matching is performed as an ordinal, case-sensitive comparison.
+If a property is defined multiple times for the same object, the last such definition is what is matched.
+ This value's is not .
+ The parent has been disposed.
@@ -615,11 +704,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the property to find.
+ When the method returns, the value of the specified property.
+ Looks for a property named in the current object, returning whether or not such a property exists. When the property exists, is assigned to the value of that property.
+ if the property was found, otherwise.
+ Property name matching is performed as an ordinal, case-sensitive comparison.
+If a property is defined multiple times for the same object, the last such definition is what is matched.
+ This value's is not .
+ is .
+ The parent has been disposed.
@@ -641,10 +734,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the JSON number represented as a single-precision floating point number.
+ Attempts to represent the current JSON number as a .
+ if the number can be represented as a , otherwise.
+ for values larger than (or smaller than ), instead is returned and (or ) is emitted.
+]]>
+ This value's is not .
+ The parent has been disposed.
@@ -671,10 +769,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the current JSON number as an unsigned 32-bit integer.
+ Attempts to represent the current JSON number as a .
+
+ if the number can be represented as a , otherwise.
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The parent has been disposed.
@@ -701,10 +802,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When the method returns, the current JSON number as an unsigned long integer.
+ Attempts to represent the current JSON number as a .
+
+ if the number can be represented as a , otherwise.
+ This method does not parse the contents of a JSON string value.
+ This value's is not .
+ The parent has been disposed.
@@ -723,10 +827,11 @@
System.Text.Json.JsonValueType
- To be added.
+ Gets the type of the value.
To be added.
To be added.
+ The parent has been disposed.
-
\ No newline at end of file
+
diff --git a/xml/System.Text.Json/JsonProperty.xml b/xml/System.Text.Json/JsonProperty.xml
index 0459c8e2aac..716058d8d5b 100644
--- a/xml/System.Text.Json/JsonProperty.xml
+++ b/xml/System.Text.Json/JsonProperty.xml
@@ -39,7 +39,7 @@
System.String
- To be added.
+ Gets the name of this property.
To be added.
To be added.
@@ -61,8 +61,8 @@
- To be added.
- To be added.
+ Provides a representation of the property for debugging purposes.
+ A string containing the uninterpreted value of the property, beginning at the declaring open-quote and ending at the last character that is part of the value.
To be added.
@@ -82,10 +82,10 @@
System.Text.Json.JsonElement
- To be added.
+ Gets the value of this property.
To be added.
To be added.
-
\ No newline at end of file
+
diff --git a/xml/System.Text.Json/JsonValueType.xml b/xml/System.Text.Json/JsonValueType.xml
index ea4a6dec396..83ba8d4abb3 100644
--- a/xml/System.Text.Json/JsonValueType.xml
+++ b/xml/System.Text.Json/JsonValueType.xml
@@ -34,7 +34,7 @@
2
- To be added.
+ Indicates that a value is a JSON array.
@@ -54,7 +54,7 @@
6
- To be added.
+ Indicates that a value is the JSON value .
@@ -74,7 +74,7 @@
7
- To be added.
+ Indicates that a value is the JSON value .
@@ -94,7 +94,7 @@
4
- To be added.
+ Indicates that a value is a JSON number.
@@ -114,7 +114,7 @@
1
- To be added.
+ Indicates that a value is a JSON object.
@@ -134,7 +134,7 @@
3
- To be added.
+ Indicates that a value is a JSON string.
@@ -154,7 +154,7 @@
5
- To be added.
+ Indicates that a value is the JSON value .
@@ -174,7 +174,7 @@
0
- To be added.
+ Indicates that there is no value (as distinct from ).
diff --git a/xml/System.Text.Json/Utf8JsonWriter.xml b/xml/System.Text.Json/Utf8JsonWriter.xml
index 8c1fbb8ee58..80aa0698aad 100644
--- a/xml/System.Text.Json/Utf8JsonWriter.xml
+++ b/xml/System.Text.Json/Utf8JsonWriter.xml
@@ -20,8 +20,7 @@
Provides a high-performance API for forward-only, non-cached writing of UTF-8 encoded JSON text.
-
- and pass that in to the writer.
- ]]>
-
+ ]]>
@@ -54,18 +52,15 @@ To be able to format the output with indentation and white space OR to skip vali
An instance of used as a destination for writing JSON text.
A struct that contains the reader state. On the first call to the constructor, it should reflect a default state; otherwise, it should capture the state from the previous instance instance of the and pass that back.
Initializes a new instance of the class with the specified .
-
- .
- ]]>
-
-
- is .
+ ]]>
+ is .
@@ -130,15 +125,13 @@ This is the reason why the constructor accepts a
Gets the depth of the current token.
The depth of the current token.
-
-
-
+ ]]>
@@ -159,12 +152,10 @@ The `CurrentDepth` property tracks the recursive depth of the nested objects / a
- to indicate no more data will be written; otherwise, . This is used to validate
- that the JSON written so far is structurally valid if no more data is to follow.
+ to indicate no more data will be written; otherwise, . This is used to validate that the JSON written so far is structurally valid if no more data is to follow.
Advances the underlying based on what has been written so far.
To be added.
-
- Incomplete JSON has been written and is . For example, when an open object or array needs to be closed.
+ Incomplete JSON has been written and is . For example, when an open object or array needs to be closed.
@@ -187,8 +178,7 @@ The `CurrentDepth` property tracks the recursive depth of the nested objects / a
Returns the current snapshot of the state that must
be captured by the caller and passed back in to the constructor with more data.
The current snapshot of the state.
-
- struct without first committing the data that has been written would result in an inconsistent state.
Call before getting the current state.
- ]]>
-
-
- The JSON data has been written and buffered but not yet flushed to the .
+ ]]>
+ The JSON data has been written and buffered but not yet flushed to the .
@@ -229,10 +217,8 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON literal "true" or "false") as part of a name/value pair of a JSON object.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -260,10 +246,8 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the property name and value (as a JSON literal "true" or "false") as part of a name/value pair of a JSON object.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -291,10 +275,8 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the property name and value (as a JSON literal "true" or "false") as part of a name/value pair of a JSON object.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -319,8 +301,7 @@ Call before getting the current
The value to be written as a JSON literal "true" or "false" as an element of a JSON array.
Writes the value (as a JSON literal "true" or "false") as an element of a JSON array.
To be added.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -346,8 +327,7 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the UTF-8 text value as a JSON comment (within /*..*/).
To be added.
-
- is too large.
+ is too large.
@@ -373,8 +353,7 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the UTF-16 text value as a JSON comment (within /*..*/).
To be added.
-
- is too large.
+ is too large.
@@ -400,8 +379,7 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the string text value as a JSON comment (within /*..*/).
To be added.
-
- is too large.
+ is too large.
@@ -423,8 +401,7 @@ Call before getting the current
Writes the end of a JSON array.
To be added.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -446,8 +423,7 @@ Call before getting the current
Writes the end of a JSON object.
To be added.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -473,10 +449,8 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and the JSON literal "null" as part of a name/value pair of a JSON object.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -502,10 +476,8 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and the JSON literal "null" as part of a name/value pair of a JSON object.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -531,10 +503,8 @@ Call before getting the current
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and the JSON literal "null" as part of a name/value pair of a JSON object.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -556,8 +526,7 @@ Call before getting the current
Writes the JSON literal "null" as an element of a JSON array.
To be added.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -584,13 +553,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -617,13 +582,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -650,13 +611,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -683,13 +640,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -716,13 +669,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -754,13 +703,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -792,13 +737,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -825,13 +766,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -858,13 +795,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -891,13 +824,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -924,13 +853,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -957,13 +882,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -995,13 +916,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1033,13 +950,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1066,13 +979,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1099,13 +1008,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1132,13 +1037,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1165,13 +1066,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1198,13 +1095,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G').
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1236,13 +1129,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1274,13 +1163,9 @@ Call before getting the current
The value to be written as a JSON number as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1304,11 +1189,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G').
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1332,11 +1214,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G').
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1360,11 +1239,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1388,11 +1264,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1416,11 +1289,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G').
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G').
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1449,11 +1319,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1482,11 +1349,8 @@ Call before getting the current
The value to be written as a JSON number as an element of a JSON array.
Writes the value (as a JSON number) as an element of a JSON array.
-
- Writes the using the default (that is, 'G'). For example, 32767.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'G'). For example, 32767.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1508,13 +1372,11 @@ Call before getting the current
Writes the beginning of a JSON array.
To be added.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-if this would result in an invalid JSON to be written (while validation is enabled).
-
+if this would result in an invalid JSON to be written (while validation is enabled).
@@ -1540,15 +1402,12 @@ if this would result in an invalid JSON to be written (while validation is enabl
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the beginning of a JSON array with a property name as the key.
To be added.
-
- is too large.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ is too large.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1574,15 +1433,12 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the beginning of a JSON array with a property name as the key.
To be added.
-
- is too large.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ is too large.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1608,15 +1464,12 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the beginning of a JSON array with a property name as the key.
To be added.
-
- is too large.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ is too large.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1638,13 +1491,11 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
Writes the beginning of a JSON object.
To be added.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1670,15 +1521,12 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the beginning of a JSON object with a property name as the key.
To be added.
-
- is too large.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ is too large.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1704,15 +1552,12 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the beginning of a JSON object with a property name as the key.
To be added.
-
- is too large.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ is too large.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1738,15 +1583,12 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the beginning of a JSON object with a property name as the key.
To be added.
-
- is too large.
-
- The depth of the JSON has exceeded the maximum depth of 1000.
+ is too large.
+ The depth of the JSON has exceeded the maximum depth of 1000.
-or-
-The JSON data to be written would be invalid JSON (while validation is enabled).
-
+The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1773,13 +1615,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1806,13 +1644,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1839,13 +1673,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1874,11 +1704,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the UTF-8 property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1907,11 +1734,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the UTF-8 property name and UTF-16 text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1940,11 +1764,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the UTF-8 property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -1971,13 +1792,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2004,13 +1821,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2037,13 +1850,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2072,11 +1881,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the UTF-16 property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2105,11 +1911,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the UTF-16 property name and UTF-16 text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2138,11 +1941,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the UTF-16 property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2169,13 +1969,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2202,13 +1998,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2235,13 +2027,9 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as part of the name/value pair.
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter; its default value is .
Writes the property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
-
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2270,11 +2058,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2303,11 +2088,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the property name and UTF-16 text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2336,11 +2118,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value is always escaped
Writes the property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
To be added.
-
- Thrown when the specified property name or value is too large.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Thrown when the specified property name or value is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2364,11 +2143,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as an element of a JSON array.
Writes the value (as a JSON string) as an element of a JSON array.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2392,11 +2168,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as an element of a JSON array.
Writes the value (as a JSON string) as an element of a JSON array.
-
- Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2420,11 +2193,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
The value to be written as a JSON string as an element of a JSON array.
Writes the value (as a JSON string) as an element of a JSON array.
-
- Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
-
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ Writes the using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2450,10 +2220,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the UTF-8 text value (as a JSON string) as an element of a JSON array.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2479,10 +2247,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the UTF-16 text value (as a JSON string) as an element of a JSON array.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).
@@ -2508,10 +2274,8 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
to indicate the writer should assume the property name is properly escaped and skips the escaping step; otherwise, . This is an optional parameter and its default value is .
Writes the string text value (as a JSON string) as an element of a JSON array.
To be added.
-
- is too large.
-
- The JSON data to be written would be invalid JSON (while validation is enabled).
+ is too large.
+ The JSON data to be written would be invalid JSON (while validation is enabled).