You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,14 @@ services.AddJsonSerializer();
22
22
The following libs contain support for `Microsoft.Extensions.DependencyInjection`.
23
23
Import any of these and you can use the above extension to inject default serializers.
24
24
25
-
[https://www.nuget.org/packages/Open.Serialization.Json.Newtonsoft](https://www.nuget.org/packages/Open.Serialization.Json.Newtonsoft/) Extensions and DI for **Newtonsoft.Json**.
Extensions and DI for **System.Text.Json**. Note: There is no option for `IJsonObjectSerializer` for `System.Text.Json`.
29
30
30
-
[https://www.nuget.org/packages/Open.Serialization.Json.Utf8Json](https://www.nuget.org/packages/Open.Serialization.Json.Utf8Json/) Extensions and DI for **Utf8Json**.
0 commit comments