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

Deserialize dynamic suport for datetime? #201

Open aznarepse opened 4 years ago

aznarepse commented 4 years ago

I am using utf8json to deserialize unknown json structures to a dynamic. It does work very well unlike others I have tried... I do have one question though:

Is it possible to support DateTime values? By default, it interprets them as string.