neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.35k stars 266 forks source link

SpanJson: the final and definitive replacement for Utf8json (...and whatever lib you think is faster than Utf8Json!) #232

Open netcorefan1 opened 3 years ago

netcorefan1 commented 3 years ago

Hello to all guys, I recently saw users joining and expressing their disappointment for the abandonment of this wonderful project which continue to accumulate from years bugs, opened issues etc etc.

The good news is that there is finally SpanJson!

It outperforms all competitors included alternatives suggested here as Utf8Json replacement. I recently opened a topic in their repo where you can see some benchmarks. Author is a wonderful person! After a couple of hours responded me and assisted me in fixing all the issues.

I encourage everyone to switch to SpanJson and contribute through development of extensions and pull requests!

If one day in the future the author decide to resurrect this project I strongly encourage him to cooperate with the author of SpanJson because one genius alone can do something great, but two genius together can do something amazing and astonishing!

Thanks to all!

isabr85 commented 3 years ago

But SpanJson doesn't support .Net Framework. It is supporting only .Net Core.