Skip to content

Commit 3e42185

Browse files
authored
Update README.md
1 parent b7cd05e commit 3e42185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ there may be breaking changes such as those highlighted in the [Flurl upgrade do
5555

5656
#### Key Changes are:
5757
- Namespace, Project/Library, and NuGet name has now been simplified to `FlurlGraphQL` (vs `FlurlGraphQL.Querying` in v1.x).
58-
- Default Json processing now uses System.Text.Json for serialization/de-serialization.
59-
- The use of System.Text.Json brings along numerous changes associated with its use so it is best to refer to
58+
- Default Json processing now uses `System.Text.Json` for serialization/de-serialization.
59+
- The use of `System.Text.Json` brings along numerous changes associated with its use so it is best to refer to
6060
[Microsoft's migration guide here](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-6-0).
6161
- `System.Text.Json` processing with Json transformation strategy is now **~10X faster** than the original Newtonsoft.Json processing
6262
- The new `Newtonsoft.Json` processing has also been optimized and which now benchmarks at **~2X faster** *-- using the new Json transformation strategy (vs Converter)*.

0 commit comments

Comments
 (0)