Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 5e20f6b

Browse files
committed
Update README.md
Updated documentation.
1 parent 62427f2 commit 5e20f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a glue library that makes [Newtonsoft.JSON](https://github.com/JamesNK/Newtonsoft.Json) the default serializer for [RestSharp](https://github.com/restsharp/RestSharp).
44

5-
RestSharp removed Newtonsoft.JSON as a dependency in [version 103.0](https://github.com/restsharp/RestSharp/blob/master/releasenotes.markdown#1030---remove-dependency-on-jsonnet) which is great if you don't need all the extra capability Newtonsoft.JSON provides, most notably property renaming/mapping properties using the `[JsonProperty]` attribute.
5+
RestSharp removed Newtonsoft.JSON as a dependency in [version 103.0](https://github.com/restsharp/RestSharp/blob/master/releasenotes.markdown#1030---remove-dependency-on-jsonnet) which is great if you don't need all the extra capability Newtonsoft.JSON provides.
66

77
After working on several projects and getting annoyed with the limited functionality available in the default JsonSerializer include with .NET, I decided to create this project so I wouldn't have to leave a JSON serialization implementation laying around in my projects. Hopefully it helps someone else too.
88

0 commit comments

Comments
 (0)