From 97febf98d9ea293799d6428960100cf3e41e05e8 Mon Sep 17 00:00:00 2001 From: Shardul Tiurwadkar <63033060+ShardulTiurwadkar@users.noreply.github.com> Date: Thu, 15 Jul 2021 16:04:21 +0530 Subject: [PATCH] Important change in Docs in Utf8Json (#1600) All other includes of properties or other imp things are with grey background but here in this case Utf8Json wasn't there with grey background. It's a minor change but as a reader anyone can figure it out the difference. I hope you will consider this change as it is small but an important Visual change. --- docs/usage/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/serialization.md b/docs/usage/serialization.md index f7bef5e8e..281d08abc 100644 --- a/docs/usage/serialization.md +++ b/docs/usage/serialization.md @@ -77,7 +77,7 @@ If you need to use different settings, you can supply your instance of ## Utf8Json -The 'Utf8Json' package is known to be the fastest JSON serializer for .NET. +The `Utf8Json` package is known to be the fastest JSON serializer for .NET. RestSharp supports `Utf8Json` serializer via a separate package. You can install it from NuGet: