the C# library uses newtonsoft.json which is good but slower than modern STJ or if possible it’ll be incredibly better if there’s MemoryPack / MessagePack or protobuf as optional for those requiring absolute speed and fast parsing, and also encouraging use of Span
Hi Ashish,
Thanks for the feedback. We’ll consider it and plan to optimize in upcoming upgrades.