Skip to content

Commit 5d52a2e

Browse files
committed
reset json files
1 parent b1cb8ae commit 5d52a2e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

xml/System.Text.Json/JsonDocument.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
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.
3232
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).
3434
3535
]]></format>
3636
</remarks>
@@ -512,4 +512,4 @@ The current <paramref name="reader" /> token does not start or represent a value
512512
</Docs>
513513
</Member>
514514
</Members>
515-
</Type>
515+
</Type>

xml/System.Text.Json/JsonElement.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ This method does not create a byte representation of values other than Base64 en
345345
346346
## Remarks
347347
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)).
349349
350350
]]></format>
351351
</remarks>
@@ -382,7 +382,7 @@ This method only creates a DateTime representation of JSON strings that conform
382382
383383
## Remarks
384384
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)).
386386
387387
]]></format>
388388
</remarks>
@@ -634,7 +634,7 @@ Property name matching is performed as an ordinal, case-sensitive comparison.
634634
635635
If a property is defined multiple times for the same object, the method matches the last such definition.
636636
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).
638638
639639
]]></format>
640640
</remarks>
@@ -1265,7 +1265,7 @@ This method does not create a byte array representation of values other than Bas
12651265
12661266
## Remarks
12671267
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)).
12691269
12701270
]]></format>
12711271
</remarks>
@@ -1305,7 +1305,7 @@ This method only creates a DateTime representation of JSON strings that conform
13051305
13061306
## Remarks
13071307
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)).
13091309
13101310
]]></format>
13111311
</remarks>
@@ -1593,7 +1593,7 @@ Property name matching is performed as an ordinal, case-sensitive comparison.
15931593
15941594
If a property is defined multiple times for the same object, the method matches the last such definition.
15951595
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).
15971597
15981598
]]></format>
15991599
</remarks>
@@ -2163,4 +2163,4 @@ This method is functionally equal to doing an ordinal comparison of `text` and t
21632163
</Docs>
21642164
</Member>
21652165
</Members>
2166-
</Type>
2166+
</Type>

xml/System.Text.Json/Utf8JsonWriter.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,7 @@ Validation is enabled, and this method would result in writing invalid JSON.</ex
36323632
36333633
## Remarks
36343634
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));
36363636
for example, 2017-06-12T05:30:45.7680000.
36373637
36383638
The property name is escaped before writing.
@@ -3675,7 +3675,7 @@ The property name is escaped before writing.
36753675
36763676
## Remarks
36773677
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));
36793679
for example, 2017-06-12T05:30:45.7680000-07:00.
36803680
36813681
The property name is escaped before writing.
@@ -3930,7 +3930,7 @@ The property name is escaped before writing.
39303930
39313931
## Remarks
39323932
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));
39343934
for example, 2017-06-12T05:30:45.7680000.
39353935
39363936
The property name is escaped before writing.
@@ -3973,7 +3973,7 @@ The property name is escaped before writing.
39733973
39743974
## Remarks
39753975
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));
39773977
for example, 2017-06-12T05:30:45.7680000-07:00.
39783978
39793979
The property name is escaped before writing.
@@ -4234,7 +4234,7 @@ The property name is escaped before writing.
42344234
42354235
## Remarks
42364236
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));
42384238
for example, 2017-06-12T05:30:45.7680000.
42394239
42404240
The property name is escaped before writing.
@@ -4284,7 +4284,7 @@ The property name is escaped before writing.
42844284
42854285
## Remarks
42864286
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));
42884288
for example, 2017-06-12T05:30:45.7680000-07:00.
42894289
42904290
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
48764876
48774877
## Remarks
48784878
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));
48804880
for example, 2017-06-12T05:30:45.7680000.
48814881
48824882
]]></format>
@@ -4914,7 +4914,7 @@ for example, 2017-06-12T05:30:45.7680000.
49144914
49154915
## Remarks
49164916
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.
49184918
49194919
]]></format>
49204920
</remarks>
@@ -5119,4 +5119,4 @@ The value should already be escaped when the instance of <xref:System.Text.Json.
51195119
</Docs>
51205120
</Member>
51215121
</Members>
5122-
</Type>
5122+
</Type>

0 commit comments

Comments
 (0)