string f = Nakama.TinyJson.JsonWriter.ToJson(DateTime.UtcNow);
This call with crash with:
An unhandled exception of type ‘System.StackOverflowException’ occurred in mscorlib.dll.
Ran into this while I was about to add some objects to the Nakama collection storage that had DateTime properties in them. I could use a Newtonsoft json parser to convert these instead but if I didn’t have to add another dependency that would be nice.