v1.0.0-beta009
Pre-release
Pre-release
Installation
Changelog
-
Minor bug fixes and UI adjustments (see 66ec2d7, 9ee2609 and 7c6e68b)
-
Timstamps should be serialized to unix time (see 6bac5e6)
When JSON.net deserializes a string, it checks whether that string looks like a date, and if so internally keeps it an instance ofDateTime
instead ofstring
. When the JSON is then serialized again, the date may loose the original formatting, which then may cause JSON.net to later be unable to deserialize the JSON/data. With this release, timestamps are now again serialized using the unix time format as JSON.net then won't modify the value.