@@ -50,7 +50,7 @@ The following table lists `Newtonsoft.Json` features and `System.Text.Json` equi
50
50
| Allow comments | ✔️ [ ReadCommentHandling global setting] ( #comments ) |
51
51
| Allow trailing commas | ✔️ [ AllowTrailingCommas global setting] ( #trailing-commas ) |
52
52
| 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 ) |
54
54
| ` PreserveReferencesHandling ` global setting | ✔️ [ ReferenceHandling global setting] ( #preserve-object-references-and-handle-loops ) |
55
55
| Serialize or deserialize numbers in quotes | ✔️ [ NumberHandling global setting, [ JsonNumberHandling] attribute] ( #allow-or-write-numbers-in-quotes ) |
56
56
| 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
99
99
| Allow comments | ✔️ [ ReadCommentHandling global setting] ( #comments ) |
100
100
| Allow trailing commas | ✔️ [ AllowTrailingCommas global setting] ( #trailing-commas ) |
101
101
| 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 ) |
103
103
| ` PreserveReferencesHandling ` global setting | ✔️ [ ReferenceHandling global setting] ( #preserve-object-references-and-handle-loops ) |
104
104
| Serialize or deserialize numbers in quotes | ✔️ [ NumberHandling global setting, [ JsonNumberHandling] attribute] ( #allow-or-write-numbers-in-quotes ) |
105
105
| 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
149
149
| Allow comments | ✔️ [ ReadCommentHandling global setting] ( #comments ) |
150
150
| Allow trailing commas | ✔️ [ AllowTrailingCommas global setting] ( #trailing-commas ) |
151
151
| 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 ) |
153
153
| ` PreserveReferencesHandling ` global setting | ✔️ [ ReferenceHandling global setting] ( #preserve-object-references-and-handle-loops ) |
154
154
| Serialize or deserialize numbers in quotes | ✔️ [ NumberHandling global setting, [ JsonNumberHandling] attribute] ( #allow-or-write-numbers-in-quotes ) |
155
155
| Deserialize to immutable classes and structs | ✔️ [ JsonConstructor, C# 9 Records] ( #deserialize-to-immutable-classes-and-structs ) |
0 commit comments