-
Notifications
You must be signed in to change notification settings - Fork 2
Json.Net's Home
obarlik edited this page Jan 5, 2019
·
20 revisions
A Minimalistic JSON handler
This library is written in the name of simplicity.
Download NuGet package from here >> Json.Net @ Nuget Gallery
Usage reference file is here >> README.md
Latest benchmark results, comparing against famous libraries.
Not the fastest, but not too bad.
Library | Serialization | Deserialization |
---|---|---|
Jil 2.16.0 | 1.60µs | 2.20µs |
Newtonsoft.Json 12.0.1 | 5.20µs | 8.90µs |
Json.Net 1.0.16 | 14.40µs | 14.00µs |
Microsoft .NET Core 2.2.0 | 11.10µs | 25.80µs |