Skip to content

Commit 5300a75

Browse files
authored
Update migrate-from-newtonsoft.md
1 parent a34a0e6 commit 5300a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `System.Text.Json` namespace provides functionality for serializing to and d
2424
* .NET Core 2.0, 2.1, and 2.2
2525

2626
> [!TIP]
27-
> You can use AI assistance to [migrate from `Newtonsoft.Json`](#use-AI-to-migrate).
27+
> You can use AI assistance to [migrate from `Newtonsoft.Json`](#use-ai-to-migrate).
2828
2929
`System.Text.Json` focuses primarily on performance, security, and standards compliance. It has some key differences in default behavior and doesn't aim to have feature parity with `Newtonsoft.Json`. For some scenarios, `System.Text.Json` currently has no built-in functionality, but there are recommended workarounds. For other scenarios, workarounds are impractical.
3030

0 commit comments

Comments
 (0)