You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text.Json/JsonDocument.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
31
31
This class utilizes resources from pooled memory to minimize the impact of the garbage collector (GC) in high-usage scenarios. Failure to properly dispose this object will result in the memory not being returned to the pool, which will increase GC impact across various parts of the framework.
32
32
33
-
For more information, see <see href="/dotnet/standard/serialization/system-text-json/use-dom-utf8jsonreader-utf8jsonwriter">How to use the JSON DOM, Utf8JsonReader, and Utf8JsonWriter in System.Text.Json</see>.
33
+
For more information, see [How to use the JSON DOM, Utf8JsonReader, and Utf8JsonWriter in System.Text.Json](/dotnet/standard/serialization/system-text-json/use-dom-utf8jsonreader-utf8jsonwriter).
34
34
35
35
]]></format>
36
36
</remarks>
@@ -512,4 +512,4 @@ The current <paramref name="reader" /> token does not start or represent a value
Copy file name to clipboardExpand all lines: xml/System.Text.Json/JsonElement.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ This method does not create a byte representation of values other than Base64 en
345
345
346
346
## Remarks
347
347
348
-
This method only creates a DateTime representation of JSON strings that conform to the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>).
348
+
This method only creates a DateTime representation of JSON strings that conform to the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support)).
349
349
350
350
]]></format>
351
351
</remarks>
@@ -382,7 +382,7 @@ This method only creates a DateTime representation of JSON strings that conform
382
382
383
383
## Remarks
384
384
385
-
This method only creates a DateTimeOffset representation of JSON strings that conform to the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>).
385
+
This method only creates a DateTimeOffset representation of JSON strings that conform to the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support)).
386
386
387
387
]]></format>
388
388
</remarks>
@@ -634,7 +634,7 @@ Property name matching is performed as an ordinal, case-sensitive comparison.
634
634
635
635
If a property is defined multiple times for the same object, the method matches the last such definition.
636
636
637
-
For more information, see <see href="/dotnet/standard/serialization/write-custom-serializer-deserializer#use-jsondocument-for-access-to-data">How to write custom serializers and deserializers with System.Text.Json</see>.
637
+
For more information, see [How to write custom serializers and deserializers with System.Text.Json](/dotnet/standard/serialization/write-custom-serializer-deserializer#use-jsondocument-for-access-to-data).
638
638
639
639
]]></format>
640
640
</remarks>
@@ -1265,7 +1265,7 @@ This method does not create a byte array representation of values other than Bas
1265
1265
1266
1266
## Remarks
1267
1267
1268
-
This method only creates a DateTime representation of JSON strings that conform to the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>).
1268
+
This method only creates a DateTime representation of JSON strings that conform to the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support)).
1269
1269
1270
1270
]]></format>
1271
1271
</remarks>
@@ -1305,7 +1305,7 @@ This method only creates a DateTime representation of JSON strings that conform
1305
1305
1306
1306
## Remarks
1307
1307
1308
-
This method only creates a DateTimeOffset representation of JSON strings that conform to the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>).
1308
+
This method only creates a DateTimeOffset representation of JSON strings that conform to the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support)).
1309
1309
1310
1310
]]></format>
1311
1311
</remarks>
@@ -1593,7 +1593,7 @@ Property name matching is performed as an ordinal, case-sensitive comparison.
1593
1593
1594
1594
If a property is defined multiple times for the same object, the method matches the last such definition.
1595
1595
1596
-
For more information, see <see href="/dotnet/standard/serialization/write-custom-serializer-deserializer#use-jsondocument-for-access-to-data">How to write custom serializers and deserializers with System.Text.Json</see>.
1596
+
For more information, see [How to write custom serializers and deserializers with System.Text.Json](/dotnet/standard/serialization/write-custom-serializer-deserializer#use-jsondocument-for-access-to-data).
1597
1597
1598
1598
]]></format>
1599
1599
</remarks>
@@ -2163,4 +2163,4 @@ This method is functionally equal to doing an ordinal comparison of `text` and t
Copy file name to clipboardExpand all lines: xml/System.Text.Json/Utf8JsonWriter.xml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3632,7 +3632,7 @@ Validation is enabled, and this method would result in writing invalid JSON.</ex
3632
3632
3633
3633
## Remarks
3634
3634
3635
-
Writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
3635
+
Writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
3636
3636
for example, 2017-06-12T05:30:45.7680000.
3637
3637
3638
3638
The property name is escaped before writing.
@@ -3675,7 +3675,7 @@ The property name is escaped before writing.
3675
3675
3676
3676
## Remarks
3677
3677
3678
-
Writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
3678
+
Writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
3679
3679
for example, 2017-06-12T05:30:45.7680000-07:00.
3680
3680
3681
3681
The property name is escaped before writing.
@@ -3930,7 +3930,7 @@ The property name is escaped before writing.
3930
3930
3931
3931
## Remarks
3932
3932
3933
-
Writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
3933
+
Writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
3934
3934
for example, 2017-06-12T05:30:45.7680000.
3935
3935
3936
3936
The property name is escaped before writing.
@@ -3973,7 +3973,7 @@ The property name is escaped before writing.
3973
3973
3974
3974
## Remarks
3975
3975
3976
-
Writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
3976
+
Writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
3977
3977
for example, 2017-06-12T05:30:45.7680000-07:00.
3978
3978
3979
3979
The property name is escaped before writing.
@@ -4234,7 +4234,7 @@ The property name is escaped before writing.
4234
4234
4235
4235
## Remarks
4236
4236
4237
-
Writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
4237
+
Writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
4238
4238
for example, 2017-06-12T05:30:45.7680000.
4239
4239
4240
4240
The property name is escaped before writing.
@@ -4284,7 +4284,7 @@ The property name is escaped before writing.
4284
4284
4285
4285
## Remarks
4286
4286
4287
-
Writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
4287
+
Writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
4288
4288
for example, 2017-06-12T05:30:45.7680000-07:00.
4289
4289
4290
4290
The property name is escaped before writing.
@@ -4876,7 +4876,7 @@ The property name and value should already be escaped when the instance of <xref
4876
4876
4877
4877
## Remarks
4878
4878
4879
-
This method writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>);
4879
+
This method writes the <xref:System.DateTime> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support));
4880
4880
for example, 2017-06-12T05:30:45.7680000.
4881
4881
4882
4882
]]></format>
@@ -4914,7 +4914,7 @@ for example, 2017-06-12T05:30:45.7680000.
4914
4914
4915
4915
## Remarks
4916
4916
4917
-
This method writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see <see href="/dotnet/standard/datetime/system-text-json-support">DateTime and DateTimeOffset support in System.Text.Json</see>); for example, 2017-06-12T05:30:45.7680000-07:00.
4917
+
This method writes the <xref:System.DateTimeOffset> using the ISO 8601-1 extended format (see [DateTime and DateTimeOffset support in System.Text.Json](/dotnet/standard/datetime/system-text-json-support)); for example, 2017-06-12T05:30:45.7680000-07:00.
4918
4918
4919
4919
]]></format>
4920
4920
</remarks>
@@ -5119,4 +5119,4 @@ The value should already be escaped when the instance of <xref:System.Text.Json.
0 commit comments