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 (Expand)Author
2012-02-03-Fixed attributes on nullable structs not being usedJamesNK
2011-11-19-Fixed bad BSON when writing long strings of complex UTF8 charactersJamesNK
2011-11-01-Fixed deserializing byte arrays with type name informationJamesNK
2011-08-05-Added ToObject to JToken for deserializing LINQ to JSON objects to a .NET ob...JamesNK
2011-08-03-Fixed DataTable and DataColumn names not being modified by CamelCaseProperty...JamesNK
2011-05-21-Fixed BsonWriter failing silently when writing values outside of an Object o...JamesNK
2011-03-22-Changed BsonReader/BsonWriter to close the underlying stream by default when...JamesNK
2010-12-23-Fixed JsonNet35BinaryCompatibility spellingJamesNK
2010-12-19-Change BSON writer to write new binary subtypeJamesNK
2010-08-07-Fix JTokenReader.ReadAsBytes and null valuesJamesNK
2010-07-03-Added DateTimeKindHandling to BsonWriter to control how a DateTime is conver...JamesNK
2010-05-11-PerformanceJamesNK
2010-04-17-XML documentationJamesNK
2010-03-27-Added WriteRegex to BsonWriterJamesNK
2010-03-24-New improved BSON writerJamesNK
2010-03-20-Fix reading BSON multi byte utf8 charactersJamesNK
2010-03-17-Added ReflectionDelegateFactory, DynamicReflectionDelegateFactory and LateBo...JamesNK
2010-01-23-Added ReadRootValueAsArray, DateTimeKindHandling properties to BsonReaderJamesNK
2010-01-16-Fix deserializing empty BSON structuresJamesNK
2009-12-26-Added DateTimeConverterBaseJamesNK
2009-12-20-Fixed JTokenWriter not writing commentsJamesNK
2009-12-09-Improve BsonReader string performanceJamesNK
2009-12-07-Additional BSON work and testsJamesNK
2009-12-07-Added reading and writing binary JSON (BSON) support - work in progressJamesNK