Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-03-Added DateTimeKindHandling to BsonWriter to control how a DateTime is ↵JamesNK
converted prior to being serialized -Added Required.Always attribute validation when writing JSON as well reading -Added TypeNameHandling.Auto to automatically write the type name when a value doesn't match the declared type -Fixed reading multi-byte strings in BSON
2010-07-01-Removed HtmlColorConverter to remove System.Drawing.dll dependencyJamesNK
-Fixed culture invariance -Fixed serialization attributes to work in .NET 2.0