Back to Practical Aspnetcore

Custom Converter

projects/json/json-11/README.md

latest387 B
Original Source

Custom Converter

This is an custom converter implementation for DateTime type for JsonSerializer in the format of JSON date ticks. Much of the code comes from this Tweet.

More code also comes from https://github.com/JamesNK/Newtonsoft.Json/blob/master/Src/Newtonsoft.Json/Converters/JavaScriptDateTimeConverter.cs.