@@ -781,8 +781,8 @@ The bytes are encoded before writing.
781
781
<Parameter Name =" bytes" Type =" System.ReadOnlySpan< System.Byte> " />
782
782
</Parameters >
783
783
<Docs >
784
- <param name =" bytes" >The binary data to be written as a Base64 encoded JSON string element of a JSON array .</param >
785
- <summary >Writes the raw bytes value as a Base64 encoded JSON string as an element of a JSON array .</summary >
784
+ <param name =" bytes" >The binary data to be written as a Base64 encoded JSON string.</param >
785
+ <summary >Writes the raw bytes value as a Base64 encoded JSON string.</summary >
786
786
<remarks >
787
787
<format type =" text/markdown" ><![CDATA[
788
788
@@ -996,8 +996,8 @@ The property name should already be escaped when the instance of <xref:System.Te
996
996
<Parameter Name =" value" Type =" System.Boolean" />
997
997
</Parameters >
998
998
<Docs >
999
- <param name =" value" >The value to be written as a JSON literal <b >true</b > or <b >false</b > as an element of a JSON array .</param >
1000
- <summary >Writes a <see cref =" T:System.Boolean" /> value (as a JSON literal <b >true</b > or <b >false</b >) as an element of a JSON array .</summary >
999
+ <param name =" value" >The value to be written as a JSON literal <b >true</b > or <b >false</b >.</param >
1000
+ <summary >Writes a <see cref =" T:System.Boolean" /> value (as a JSON literal <b >true</b > or <b >false</b >).</summary >
1001
1001
<remarks >To be added.</remarks >
1002
1002
<exception cref =" T:System.InvalidOperationException" >Validation is enabled, and the operation would result in writing invalid JSON.</exception >
1003
1003
</Docs >
@@ -1381,7 +1381,7 @@ The property name should already be escaped when the instance of <xref:System.Te
1381
1381
</ReturnValue >
1382
1382
<Parameters />
1383
1383
<Docs >
1384
- <summary >Writes the JSON literal <b >null</b > as an element of a JSON array .</summary >
1384
+ <summary >Writes the JSON literal <b >null</b >.</summary >
1385
1385
<remarks >To be added.</remarks >
1386
1386
<exception cref =" T:System.InvalidOperationException" >Validation is enabled, and the operation would result in writing invalid JSON.</exception >
1387
1387
</Docs >
@@ -2720,8 +2720,8 @@ The property name should already be escaped when the instance of <xref:System.Te
2720
2720
<Parameter Name =" value" Type =" System.Decimal" />
2721
2721
</Parameters >
2722
2722
<Docs >
2723
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2724
- <summary >Writes a <see cref =" T:System.Decimal" /> value (as a JSON number) as an element of a JSON array .</summary >
2723
+ <param name =" value" >The value to be written as a JSON number.</param >
2724
+ <summary >Writes a <see cref =" T:System.Decimal" /> value (as a JSON number).</summary >
2725
2725
<remarks >
2726
2726
<format ><![CDATA[
2727
2727
@@ -2760,8 +2760,8 @@ This method writes the <xref:System.Decimal> value using the default <xref:Syste
2760
2760
<Parameter Name =" value" Type =" System.Double" />
2761
2761
</Parameters >
2762
2762
<Docs >
2763
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2764
- <summary >Writes a <see cref =" T:System.Double" /> value (as a JSON number) as an element of a JSON array .</summary >
2763
+ <param name =" value" >The value to be written as a JSON number.</param >
2764
+ <summary >Writes a <see cref =" T:System.Double" /> value (as a JSON number).</summary >
2765
2765
<remarks >
2766
2766
<format ><![CDATA[
2767
2767
@@ -2800,8 +2800,8 @@ This method writes the <xref:System.Double> value using the default <xref:System
2800
2800
<Parameter Name =" value" Type =" System.Int32" />
2801
2801
</Parameters >
2802
2802
<Docs >
2803
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2804
- <summary >Writes an <see cref =" T:System.Int32" /> value (as a JSON number) as an element of a JSON array .</summary >
2803
+ <param name =" value" >The value to be written as a JSON number.</param >
2804
+ <summary >Writes an <see cref =" T:System.Int32" /> value (as a JSON number).</summary >
2805
2805
<remarks >
2806
2806
<format ><![CDATA[
2807
2807
@@ -2840,8 +2840,8 @@ This method writes the <xref:System.Int32> value using the default <xref:System.
2840
2840
<Parameter Name =" value" Type =" System.Int64" />
2841
2841
</Parameters >
2842
2842
<Docs >
2843
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2844
- <summary >Writes an <see cref =" T:System.Int64" /> value (as a JSON number) as an element of a JSON array .</summary >
2843
+ <param name =" value" >The value to be written as a JSON number.</param >
2844
+ <summary >Writes an <see cref =" T:System.Int64" /> value (as a JSON number).</summary >
2845
2845
<remarks >
2846
2846
<format ><![CDATA[
2847
2847
@@ -2880,8 +2880,8 @@ This method writes the <xref:System.Int64> value using the default <xref:System.
2880
2880
<Parameter Name =" value" Type =" System.Single" />
2881
2881
</Parameters >
2882
2882
<Docs >
2883
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2884
- <summary >Writes a <see cref =" T:System.Single" /> value (as a JSON number) as an element of a JSON array .</summary >
2883
+ <param name =" value" >The value to be written as a JSON number.</param >
2884
+ <summary >Writes a <see cref =" T:System.Single" /> value (as a JSON number).</summary >
2885
2885
<remarks >
2886
2886
<format ><![CDATA[
2887
2887
@@ -2926,8 +2926,8 @@ This method writes the <xref:System.Single> value using the default <xref:System
2926
2926
<Parameter Name =" value" Type =" System.UInt32" />
2927
2927
</Parameters >
2928
2928
<Docs >
2929
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2930
- <summary >Writes a <see cref =" T:System.UInt32" /> value (as a JSON number) as an element of a JSON array .</summary >
2929
+ <param name =" value" >The value to be written as a JSON number.</param >
2930
+ <summary >Writes a <see cref =" T:System.UInt32" /> value (as a JSON number).</summary >
2931
2931
<remarks >
2932
2932
<format ><![CDATA[
2933
2933
@@ -2972,8 +2972,8 @@ This method writes the <xref:System.UInt32> value using the default <xref:System
2972
2972
<Parameter Name =" value" Type =" System.UInt64" />
2973
2973
</Parameters >
2974
2974
<Docs >
2975
- <param name =" value" >The value to be written as a JSON number as an element of a JSON array .</param >
2976
- <summary >Writes a <see cref =" T:System.UInt64" /> value (as a JSON number) as an element of a JSON array .</summary >
2975
+ <param name =" value" >The value to be written as a JSON number.</param >
2976
+ <summary >Writes a <see cref =" T:System.UInt64" /> value (as a JSON number).</summary >
2977
2977
<remarks >
2978
2978
<format ><![CDATA[
2979
2979
@@ -5093,8 +5093,8 @@ The property name and value should already be escaped when the instance of <xref
5093
5093
<Parameter Name =" value" Type =" System.DateTime" />
5094
5094
</Parameters >
5095
5095
<Docs >
5096
- <param name =" value" >The value to be written as a JSON string as an element of a JSON array .</param >
5097
- <summary >Writes a <see cref =" T:System.DateTime" /> value (as a JSON string) as an element of a JSON array .</summary >
5096
+ <param name =" value" >The value to be written as a JSON string.</param >
5097
+ <summary >Writes a <see cref =" T:System.DateTime" /> value (as a JSON string).</summary >
5098
5098
<remarks >
5099
5099
<format ><![CDATA[
5100
5100
@@ -5134,8 +5134,8 @@ for example, 2017-06-12T05:30:45.7680000.
5134
5134
<Parameter Name =" value" Type =" System.DateTimeOffset" />
5135
5135
</Parameters >
5136
5136
<Docs >
5137
- <param name =" value" >The value to be written as a JSON string as an element of a JSON array .</param >
5138
- <summary >Writes a <see cref =" T:System.DateTimeOffset" /> value (as a JSON string) as an element of a JSON array .</summary >
5137
+ <param name =" value" >The value to be written as a JSON string.</param >
5138
+ <summary >Writes a <see cref =" T:System.DateTimeOffset" /> value (as a JSON string).</summary >
5139
5139
<remarks >
5140
5140
<format ><![CDATA[
5141
5141
@@ -5174,8 +5174,8 @@ This method writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extende
5174
5174
<Parameter Name =" value" Type =" System.Guid" />
5175
5175
</Parameters >
5176
5176
<Docs >
5177
- <param name =" value" >The value to be written as a JSON string as an element of a JSON array .</param >
5178
- <summary >Writes a <see cref =" T:System.Guid" /> value (as a JSON string) as an element of a JSON array .</summary >
5177
+ <param name =" value" >The value to be written as a JSON string.</param >
5178
+ <summary >Writes a <see cref =" T:System.Guid" /> value (as a JSON string).</summary >
5179
5179
<remarks >
5180
5180
<format ><![CDATA[
5181
5181
@@ -5214,8 +5214,8 @@ This method writes the <xref:System.Guid> value using the default <xref:System.B
5214
5214
<Parameter Name =" utf8Value" Type =" System.ReadOnlySpan< System.Byte> " />
5215
5215
</Parameters >
5216
5216
<Docs >
5217
- <param name =" utf8Value" >The UTF-8 encoded value to be written as a JSON string element of a JSON array .</param >
5218
- <summary >Writes a UTF-8 text value (as a JSON string) as an element of a JSON array .</summary >
5217
+ <param name =" utf8Value" >The UTF-8 encoded value to be written as a JSON string.</param >
5218
+ <summary >Writes a UTF-8 text value (as a JSON string).</summary >
5219
5219
<remarks >
5220
5220
<format ><![CDATA[
5221
5221
@@ -5255,8 +5255,8 @@ The value is escaped before writing.
5255
5255
<Parameter Name =" value" Type =" System.ReadOnlySpan< System.Char> " />
5256
5256
</Parameters >
5257
5257
<Docs >
5258
- <param name =" value" >The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array .</param >
5259
- <summary >Writes a UTF-16 text value (as a JSON string) as an element of a JSON array .</summary >
5258
+ <param name =" value" >The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string.</param >
5259
+ <summary >Writes a UTF-16 text value (as a JSON string).</summary >
5260
5260
<remarks >
5261
5261
<format ><![CDATA[
5262
5262
@@ -5297,8 +5297,8 @@ The value is escaped before writing.
5297
5297
<Parameter Name =" value" Type =" System.String" />
5298
5298
</Parameters >
5299
5299
<Docs >
5300
- <param name =" value" >The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array .</param >
5301
- <summary >Writes a string text value (as a JSON string) as an element of a JSON array .</summary >
5300
+ <param name =" value" >The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string.</param >
5301
+ <summary >Writes a string text value (as a JSON string).</summary >
5302
5302
<remarks >
5303
5303
<format ><![CDATA[
5304
5304
@@ -5340,8 +5340,8 @@ If `value` is `null`, the JSON **null** value is written, as if the <xref:System
5340
5340
<Parameter Name =" value" Type =" System.Text.Json.JsonEncodedText" />
5341
5341
</Parameters >
5342
5342
<Docs >
5343
- <param name =" value" >The JSON encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array .</param >
5344
- <summary >Writes the pre-encoded text value (as a JSON string) as an element of a JSON array .</summary >
5343
+ <param name =" value" >The JSON encoded value to be written as a UTF-8 transcoded JSON string.</param >
5344
+ <summary >Writes the pre-encoded text value (as a JSON string).</summary >
5345
5345
<remarks >
5346
5346
<format type =" text/markdown" ><![CDATA[
5347
5347
0 commit comments