diff --git a/xml/System.Text.Json/Utf8JsonWriter.xml b/xml/System.Text.Json/Utf8JsonWriter.xml
index 356c6b3465a..0002eba3059 100644
--- a/xml/System.Text.Json/Utf8JsonWriter.xml
+++ b/xml/System.Text.Json/Utf8JsonWriter.xml
@@ -106,7 +106,9 @@ To be able to format the output with indentation and white space OR to skip vali
The total number of bytes committed to the output by the so far.
, this property indicates how much the IBufferWriter has advanced.
In the case of a , this property indicates how much data has been written to the stream.
@@ -132,7 +134,7 @@ In the case of a , this property indicates how much data
Gets the number of bytes written by the so far that have not yet been flushed to the output and committed.
- To be added.
+ The number of bytes written so far by the that have not yet been flushed to the output and committed.
To be added.
@@ -188,7 +190,9 @@ The `CurrentDepth` property tracks the recursive depth of the nested objects / a
Commits any leftover JSON text that has not yet been flushed and releases all resources used by the current instance.
based on what has been written so far.
In the case of Stream, this writes the data to the stream and flushes it.
@@ -220,10 +224,12 @@ The instance cannot be reused after dispo
Asynchronously commits any leftover JSON text that has not yet been flushed and releases all resources used by the current instance.
- To be added.
+ A task representing the asynchronous dispose operation.
based on what has been written so far.
In the case of Stream, this writes the data to the stream and flushes it.
@@ -254,7 +260,9 @@ The instance cannot be reused after dispo
Commits the JSON text written so far, which makes it visible to the output destination.
based on what has been written so far.
In the case of , this writes the data to the stream and flushes it.
@@ -281,12 +289,14 @@ In the case of , this writes the data to the stream and f
- To be added.
+ The token to monitor for cancellation requests. The default value is .
Asynchronously commits the JSON text written so far, which makes it visible to the output destination.
- To be added.
+ A task representing the asynchronous flush operation.
based on what has been written so far.
In the case of , this writes the data to the stream and flushes it asynchronously, while monitoring cancellation requests.
@@ -313,7 +323,7 @@ In the case of , this writes the data to the stream and f
Gets the custom behavior when writing JSON using this instance, which indicates whether to format the output while writing and whether to skip structural JSON validation.
- To be added.
+ An object that defines the behavior of this instance for formatting and validation.
To be added.
@@ -337,7 +347,9 @@ In the case of , this writes the data to the stream and f
Resets the internal state of this instance so that it can be reused.
will continue to use the original writer options and the original output (either or ) as the destination.
]]>
@@ -368,7 +380,9 @@ The will continue to use the original wri
Resets the internal state of this instance so that it can be reused with a new instance of .
will continue to use the original writer options but now writes to `bufferWriter` as the new destination.
]]>
@@ -400,7 +414,9 @@ The will continue to use the original wri
Resets the internal state of this instance so that it can be reused with a new instance of .
will continue to use the original writer options but now write to `utf8Json` as the new destination.
]]>
@@ -433,15 +449,13 @@ The will continue to use the original wri
The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.
Writes the property name and raw bytes value (as a base 64 encoded JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified property name is too large.
Validation is enabled, and this method would result in writing invalid JSON.
@@ -471,15 +485,13 @@ The property name is escaped before writing.
The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.
Writes the property name and raw bytes value (as a base 64 encoded JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified property name is too large.
Validation is enabled, and this method would result in writing invalid JSON.
@@ -509,19 +521,17 @@ The property name is escaped before writing.
The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.
Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
-
- when the specified property name is too large.
+ The specified property name is too large.
Validation is enabled, and this method would result in writing invalid JSON.
+ The parameter is .
@@ -548,15 +558,13 @@ The property name is escaped before writing.
The binary data to be written as a base 64 encoded JSON string as part of the name/value pair.
Writes the pre-encoded property name and raw bytes value (as a base 64 encoded JSON string) as part of a name/value pair of a JSON object.
-
- was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -583,15 +591,13 @@ The property name should already be escaped when the instance of The binary data to be written as a base 64 encoded JSON string element of a JSON array.
Writes the raw bytes value as base 64 encoded JSON string as an element of a JSON array.
-
-
-
+ ]]>
The specified value is too large.
Validation is enabled, and this method would result in writing invalid JSON.
@@ -622,7 +628,9 @@ The bytes are encoded before writing.
Writes a property name specified as a read-only span of bytes and a value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
@@ -656,7 +664,9 @@ The property name is escaped before writing.
Writes a property name specified as a read-only character span and a value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
@@ -690,13 +700,16 @@ The property name is escaped before writing.
Writes a property name specified as a string and a value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
The specified property name is too large.
Validation is enabled, and the operation would result in writing invalid JSON.
+ The parameter is .
@@ -723,15 +736,13 @@ The property name is escaped before writing.
The value to be written as a JSON literal true or false as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
-
- was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -784,7 +795,9 @@ The property name should already be escaped when the instance of Writes a UTF-8 text value as a JSON comment.
@@ -819,7 +832,9 @@ The comment value is not escaped before writing.
Writes a UTF-16 text value as a JSON comment.
@@ -854,7 +869,9 @@ The comment value is not escaped before writing.
Writes a string text value as a JSON comment.
@@ -864,6 +881,7 @@ The comment value is not escaped before writing.
-or-
contains a comment delimiter (that is, */).
+ The parameter is .
@@ -933,7 +951,9 @@ The comment value is not escaped before writing.
Writes a property name specified as a read-only span of bytes and the JSON literal null as part of a name/value pair of a JSON object.
@@ -965,7 +985,9 @@ The property name is escaped before writing.
Writes a property name specified as a read-only character span and the JSON literal null as part of a name/value pair of a JSON object.
@@ -997,13 +1019,16 @@ The property name is escaped before writing.
Writes a property name specified as a string and the JSON literal null as part of a name/value pair of a JSON object.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1028,15 +1053,13 @@ The property name is escaped before writing.
The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
Writes the pre-encoded property name and the JSON literal null as part of a name/value pair of a JSON object.
-
- was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -1087,7 +1110,9 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1123,7 +1148,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1159,7 +1186,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and an value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1195,7 +1224,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and an value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1231,7 +1262,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1272,7 +1305,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1313,7 +1348,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1349,7 +1386,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1385,7 +1424,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1421,7 +1462,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and an value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1457,7 +1500,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and an value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1493,7 +1538,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1534,7 +1581,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1575,7 +1624,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1611,7 +1662,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1621,6 +1674,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1647,7 +1701,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1657,6 +1713,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1683,7 +1740,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and an value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1693,6 +1752,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1719,7 +1779,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and an value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1729,6 +1791,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1755,7 +1818,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G').
@@ -1765,6 +1830,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1796,7 +1862,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1806,6 +1874,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1837,7 +1906,9 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- using the default (that is, 'G'); for example, 32767.
@@ -1847,6 +1918,7 @@ The property name is escaped before writing.
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -1873,8 +1945,7 @@ The property name is escaped before writing.
The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -1912,8 +1982,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -1951,8 +2019,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -1990,8 +2056,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -2029,8 +2093,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -2073,8 +2135,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -2117,8 +2177,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and this method would result in writing invalid JSON.
@@ -2154,7 +2212,9 @@ The property name should already be escaped when the instance of The value to be written as a JSON number as an element of a JSON array.
Writes a value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G').
@@ -2185,7 +2245,9 @@ This method writes the value using the default The value to be written as a JSON number as an element of a JSON array.
Writes a value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G').
@@ -2216,7 +2278,9 @@ This method writes the value using the default The value to be written as a JSON number as an element of a JSON array.
Writes an value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G'). For example, 32767.
@@ -2247,7 +2311,9 @@ This method writes the value using the default The value to be written as a JSON number as an element of a JSON array.
Writes an value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G'). For example, 32767.
@@ -2278,7 +2344,9 @@ This method writes the value using the default The value to be written as a JSON number as an element of a JSON array.
Writes a value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G').
@@ -2314,7 +2382,9 @@ This method writes the value using the default The value to be written as a JSON number as an element of a JSON array.
Writes a value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G'). For example, 32767.
@@ -2350,7 +2420,9 @@ This method writes the value using the default The value to be written as a JSON number as an element of a JSON array.
Writes a value (as a JSON number) as an element of a JSON array.
- value using the default (that is, 'G'). For example, 32767.
@@ -2378,9 +2450,19 @@ This method writes the value using the default
- To be added.
- To be added.
- To be added.
+ The UTF-8 encoded property name of the JSON object to be written.
+ Writes the UTF-8 property name (as a JSON string) as the first part of a name/value pair of a JSON object.
+
+
+
+ The specified property name is too large.
+ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2402,9 +2484,19 @@ This method writes the value using the default
- To be added.
- To be added.
- To be added.
+ The property name of the JSON object to be transcoded and written as UTF-8.
+ Writes the property name (as a JSON string) as the first part of a name/value pair of a JSON object.
+
+
+
+ The specified property name is too large.
+ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2426,9 +2518,19 @@ This method writes the value using the default
- To be added.
- To be added.
- To be added.
+ The property name of the JSON object to be transcoded and written as UTF-8.
+ Writes the property name (as a JSON string) as the first part of a name/value pair of a JSON object.
+
+
+
+ The specified property name is too large.
+ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2450,9 +2552,18 @@ This method writes the value using the default
- To be added.
- To be added.
- To be added.
+ The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
+ Writes the pre-encoded property name (as a JSON string) as the first part of a name/value pair of a JSON object.
+
+ was created.
+
+ ]]>
+
+ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2505,6 +2616,8 @@ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2541,6 +2654,8 @@ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2577,6 +2692,8 @@ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2587,6 +2704,7 @@ The property name is escaped before writing.
-or-
Validation is enabled, and this write operation would produce invalid JSON.
+ The parameter is .
@@ -2611,15 +2729,13 @@ Validation is enabled, and this write operation would produce invalid JSON.The JSON encoded property name of the JSON array to be transcoded and written as UTF-8.
Writes the beginning of a JSON array with a pre-encoded property name as the key.
-
- was created.
- ]]>
-
+ ]]>
The depth of the JSON has exceeded the maximum depth of 1000.
@@ -2678,6 +2794,8 @@ Validation is enabled, and the operation would result in writing invalid JSON.
@@ -2714,6 +2832,8 @@ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2750,6 +2870,8 @@ Validation is enabled, and this write operation would produce invalid JSON.
@@ -2760,6 +2882,7 @@ The property name is escaped before writing.
-or-
Validation is enabled, and this write operation would produce invalid JSON.
+ The parameter is .
@@ -2784,15 +2907,13 @@ Validation is enabled, and this write operation would produce invalid JSON.The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
Writes the beginning of a JSON object with a pre-encoded property name as the key.
-
- was created.
- ]]>
-
+ ]]>
The depth of the JSON has exceeded the maximum depth of 1000.
@@ -2825,7 +2946,9 @@ Validation is enabled, and this method would result in writing invalid JSON.The value to be written as a JSON string as part of the name/value pair.
Writes a UTF-8 property name and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000. The property name is escaped before writing.
@@ -2859,7 +2982,9 @@ Writes the using the round-trippable ('O') The value to be written as a JSON string as part of the name/value pair.
Writes a UTF-8 property name and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the round-trippable ('O') ; for example, 2017-06-12T05:30:45.7680000-07:00. The property name is escaped before writing.
@@ -2893,7 +3018,9 @@ Writes the using the round-trippable ('O') The value to be written as a JSON string as part of the name/value pair.
Writes a UTF-8 property name and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the default (that is, 'D'), in the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn. The property name is escaped before writing.
@@ -2929,6 +3056,8 @@ Writes the using the default
@@ -2963,6 +3092,8 @@ The property name and value is escaped before writing.
@@ -2997,6 +3128,8 @@ The property name and value is escaped before writing.
@@ -3029,8 +3162,7 @@ The property name and value is escaped before writing.
The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
Writes the UTF-8 property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified property name is too large.
Validation is enabled, and this method would result in writing invalid JSON.
@@ -3069,7 +3200,9 @@ The property name is escaped before writing.
The value to be written as a JSON string as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the round-trippable ('O') ; for example, 2017-06-12T05:30:45.7680000. The property name is escaped before writing.
@@ -3103,7 +3236,9 @@ Writes the using the round-trippable ('O') The value to be written as a JSON string as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the round-trippable ('O') ; for example, 2017-06-12T05:30:45.7680000-07:00. The property name is escaped before writing.
@@ -3137,7 +3272,9 @@ Writes the using the round-trippable ('O') The value to be written as a JSON string as part of the name/value pair.
Writes a property name specified as a read-only character span and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the default (that is, 'D'), in the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn. The property name is escaped before writing.
@@ -3173,6 +3310,8 @@ Writes the using the default
@@ -3207,6 +3346,8 @@ The property name and value is escaped before writing.
@@ -3241,6 +3382,8 @@ The property name and value is escaped before writing.
@@ -3273,8 +3416,7 @@ The property name and value is escaped before writing.
The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
Writes the property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3313,7 +3454,9 @@ The property name is escaped before writing.
The value to be written as a JSON string as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the round-trippable ('O') ; for example, 2017-06-12T05:30:45.7680000. The property name is escaped before writing.
@@ -3321,6 +3464,7 @@ Writes the using the round-trippable ('O')
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3347,7 +3491,9 @@ Writes the using the round-trippable ('O') The value to be written as a JSON string as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the round-trippable ('O') ; for example, 2017-06-12T05:30:45.7680000-07:00. The property name is escaped before writing.
@@ -3355,6 +3501,7 @@ Writes the using the round-trippable ('O')
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3381,7 +3528,9 @@ Writes the using the round-trippable ('O') The value to be written as a JSON string as part of the name/value pair.
Writes a property name specified as a string and a value (as a JSON string) as part of a name/value pair of a JSON object.
- using the default (that is, 'D'), in the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn. The property name is escaped before writing.
@@ -3389,6 +3538,7 @@ Writes the using the default
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3417,12 +3567,15 @@ Writes the using the default
The specified property name or value is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3451,12 +3604,15 @@ The property name and value is escaped before writing.
The specified property name or value is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3485,12 +3641,15 @@ The property name and value is escaped before writing.
The specified property name or value is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3517,8 +3676,7 @@ The property name and value is escaped before writing.
The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
Writes the property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified property name is too large.
Validation is enabled, and the write operation would produce invalid JSON.
+ The parameter is .
@@ -3557,8 +3715,7 @@ The property name is escaped before writing.
The value to be written as a JSON string as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- using the round-trippable ('O') was created.
- ]]>
-
+ ]]>
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3596,8 +3752,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON string as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- using the round-trippable ('O') was created.
- ]]>
-
+ ]]>
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3635,8 +3789,7 @@ The property name should already be escaped when the instance of The value to be written as a JSON string as part of the name/value pair.
Writes the pre-encoded property name and value (as a JSON string) as part of a name/value pair of a JSON object.
-
- using the default was created.
- ]]>
-
+ ]]>
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3674,8 +3826,7 @@ The property name should already be escaped when the instance of The UTF-8 encoded value to be written as a JSON string as part of the name/value pair.
Writes the pre-encoded property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified value is too large.
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3714,8 +3864,7 @@ The value is escaped before writing.
The value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
Writes the pre-encoded property name and text value (as a JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified value is too large.
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3754,8 +3902,7 @@ The value is escaped before writing.
The value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
Writes the pre-encoded property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
-
-
-
+ ]]>
The specified value is too large.
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3794,15 +3940,13 @@ The value is escaped before writing.
The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
Writes the pre-encoded property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
-
- was created.
- ]]>
-
+ ]]>
Validation is enabled, and the write operation would produce invalid JSON.
@@ -3829,7 +3973,9 @@ The property name and value should already be escaped when the instance of The value to be written as a JSON string as an element of a JSON array.
Writes a value (as a JSON string) as an element of a JSON array.
- using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000.
@@ -3860,7 +4006,9 @@ This method writes the using the round-trippable ('O') The value to be written as a JSON string as an element of a JSON array.
Writes a value (as a JSON string) as an element of a JSON array.
- using the round-trippable ('O') . For example, 2017-06-12T05:30:45.7680000-07:00.
@@ -3891,7 +4039,9 @@ This method writes the using the round-trippable ('
The value to be written as a JSON string as an element of a JSON array.
Writes a value (as a JSON string) as an element of a JSON array.
- value using the default (that is, 'D'), as the form: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.
@@ -3924,6 +4074,8 @@ This method writes the value using the default
@@ -3956,6 +4108,8 @@ The value is escaped before writing.
@@ -3988,6 +4142,8 @@ The value is escaped before writing.
@@ -4018,15 +4174,13 @@ The value is escaped before writing.
The JSON encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array.
Writes the pre-encoded text value (as a JSON string) as an element of a JSON array.
-
- was created.
- ]]>
-
+ ]]>
Validation is enabled, and the write operation would produce invalid JSON.