Skip to content

Commit 20b3db6

Browse files
authored
Update migrate-from-newtonsoft.md (#40458)
1 parent e29d7b7 commit 20b3db6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/standard/serialization/system-text-json/migrate-from-newtonsoft.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table lists `Newtonsoft.Json` features and `System.Text.Json` equi
5050
| Allow comments | ✔️ [ReadCommentHandling global setting](#comments) |
5151
| Allow trailing commas | ✔️ [AllowTrailingCommas global setting](#trailing-commas) |
5252
| Custom converter registration | ✔️ [Order of precedence differs](#converter-registration-precedence) |
53-
| No maximum depth by default | ✔️ [Default maximum depth 64, configurable](#maximum-depth) |
53+
| Default maximum depth 64, configurable | ✔️ [Default maximum depth 64, configurable](#maximum-depth) |
5454
| `PreserveReferencesHandling` global setting | ✔️ [ReferenceHandling global setting](#preserve-object-references-and-handle-loops) |
5555
| Serialize or deserialize numbers in quotes | ✔️ [NumberHandling global setting, [JsonNumberHandling] attribute](#allow-or-write-numbers-in-quotes) |
5656
| Deserialize to immutable classes and structs | ✔️ [JsonConstructor, C# 9 Records](#deserialize-to-immutable-classes-and-structs) |
@@ -99,7 +99,7 @@ The following table lists `Newtonsoft.Json` features and `System.Text.Json` equi
9999
| Allow comments | ✔️ [ReadCommentHandling global setting](#comments) |
100100
| Allow trailing commas | ✔️ [AllowTrailingCommas global setting](#trailing-commas) |
101101
| Custom converter registration | ✔️ [Order of precedence differs](#converter-registration-precedence) |
102-
| No maximum depth by default | ✔️ [Default maximum depth 64, configurable](#maximum-depth) |
102+
| Default maximum depth 64, configurable | ✔️ [Default maximum depth 64, configurable](#maximum-depth) |
103103
| `PreserveReferencesHandling` global setting | ✔️ [ReferenceHandling global setting](#preserve-object-references-and-handle-loops) |
104104
| Serialize or deserialize numbers in quotes | ✔️ [NumberHandling global setting, [JsonNumberHandling] attribute](#allow-or-write-numbers-in-quotes) |
105105
| Deserialize to immutable classes and structs | ✔️ [JsonConstructor, C# 9 Records](#deserialize-to-immutable-classes-and-structs) |
@@ -149,7 +149,7 @@ The following table lists `Newtonsoft.Json` features and `System.Text.Json` equi
149149
| Allow comments | ✔️ [ReadCommentHandling global setting](#comments) |
150150
| Allow trailing commas | ✔️ [AllowTrailingCommas global setting](#trailing-commas) |
151151
| Custom converter registration | ✔️ [Order of precedence differs](#converter-registration-precedence) |
152-
| No maximum depth by default | ✔️ [Default maximum depth 64, configurable](#maximum-depth) |
152+
| Default maximum depth 64, configurable | ✔️ [Default maximum depth 64, configurable](#maximum-depth) |
153153
| `PreserveReferencesHandling` global setting | ✔️ [ReferenceHandling global setting](#preserve-object-references-and-handle-loops) |
154154
| Serialize or deserialize numbers in quotes | ✔️ [NumberHandling global setting, [JsonNumberHandling] attribute](#allow-or-write-numbers-in-quotes) |
155155
| Deserialize to immutable classes and structs | ✔️ [JsonConstructor, C# 9 Records](#deserialize-to-immutable-classes-and-structs) |

0 commit comments

Comments
 (0)