SignalGo/SignalGo-full-net

Consider Replacing Json.NET with System.Text.Json in future Version

Closed this issue · 6 comments

Microsoft now provides its own JSON library called System.Text.Json which can be consumed on .net standard 2.0 compatible runtimes.

It should be faster compared to Json.net so consider switching to it in future.

I'm Working on JsonGo, its very fast and support loop referencing but System.Text.Json is not support loop referencing.
JsonGo is faster than both of them.

https://github.com/Ali-YousefiTelori/JsonGo

Very interesting. Please provide performance comparison. Thank you

thanks, I was not aware of your own lib. Do you later plan to switch to your library?

Yes, in version 6 we remove newtonsoft json in signalgo and use JsonGo.

ok, will this also "fix" the issue I see here with the ToLocalTime calls?

Yes we will fix all performance issue