Skip to content

Commit 25def47

Browse files
authored
Fix TemperatureRanges JSON formatting in deserialization documentation (#48214)
1 parent aacf19b commit 25def47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/standard/serialization/system-text-json/snippets/how-to/csharp/DeserializeExtra.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ public static void Main()
3434
"2019-08-02T00:00:00-07:00"
3535
],
3636
"TemperatureRanges": {
37-
"Cold": {
38-
"High": 20,
37+
"Cold": {
38+
"High": 20,
3939
"Low": -10
40-
},
40+
},
4141
"Hot": {
42-
"High": 60,
42+
"High": 60,
4343
"Low": 20
4444
}
45-
},
45+
},
4646
"SummaryWords": [
4747
"Cool",
4848
"Windy",

0 commit comments

Comments
 (0)