From 26c80e61004efe8fb75582449f5ba2ddc107aa30 Mon Sep 17 00:00:00 2001 From: Genevieve Warren Date: Mon, 20 Apr 2020 10:14:25 -0700 Subject: [PATCH] Remove bookmark causing warning --- .../system-text-json-migrate-from-newtonsoft-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to.md b/docs/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to.md index bf80e1968cff5..14458037d4212 100644 --- a/docs/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to.md +++ b/docs/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to.md @@ -74,7 +74,7 @@ The following table lists `Newtonsoft.Json` features and `System.Text.Json` equi | Allow single quotes around string values | ❌ [Not supported](#json-strings-property-names-and-string-values) | | Allow non-string JSON values for string properties | ❌ [Not supported](#non-string-values-for-string-properties) | -This is not an exhaustive list of `Newtonsoft.Json` features. The list includes many of the scenarios that have been requested in [GitHub issues](https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-System.Text.Json) or [StackOverflow](https://stackoverflow.com/questions/tagged/system.text.json) posts. If you implement a workaround for one of the scenarios listed here that doesn't currently have sample code, and if you want to share your solution, select **This page** in the [Feedback section](system-text-json-migrate-from-newtonsoft-how-to.md#feedback) of this page. That creates a GitHub issue and lists it at the bottom of this page. +This is not an exhaustive list of `Newtonsoft.Json` features. The list includes many of the scenarios that have been requested in [GitHub issues](https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-System.Text.Json) or [StackOverflow](https://stackoverflow.com/questions/tagged/system.text.json) posts. If you implement a workaround for one of the scenarios listed here that doesn't currently have sample code, and if you want to share your solution, select **This page** in the **Feedback** section at the bottom of this page. That creates an issue in this documentation's GitHub repo and lists it in the **Feedback** section on this page too. ## Differences in default JsonSerializer behavior compared to Newtonsoft.Json