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-12-07Merge from upstream.Bojan Rajkovic
2012-03-18-Added IgnoreSerializableInterface to DefaultContractResolverJames Newton-King
2012-03-15-Added Newtonsoft.Json.Metro build (whew, what a pain!)James Newton-King
2012-03-07-Added async serialize/deserialize methods to JsonConvertJames Newton-King
2012-01-17-Removed unused utility methodsJamesNK
2011-11-19-Fixed bad BSON when writing long strings of complex UTF8 charactersJamesNK
2011-10-01-Clean up compiler warningsJamesNK
2011-10-01-DocumentationJamesNK
2011-06-25-Changed Newtonsoft.Json.Net20.dll to use LinqBridge source code rather than ...JamesNK
2011-05-28-Added Count to JContainerJamesNK
2011-05-28-Rewrote LINQ to JSON internals to use lists and dictionaries rather than a l...JamesNK
2011-01-08-Updated nuspec file for 4.0JamesNK
2011-01-03-Upgraded Silverlight project to Silverlight 4JamesNK
2010-12-27-Fixed JToken Load and Parse methods not checking for incomplete contentJamesNK
2010-11-25-Make .NET 4.0 dynamic actually work (oops)JamesNK
2010-09-12-Added INotifyCollectionChanged to JContainer in .NET 4.0 buildJamesNK
2010-09-11-Added .NET 3.5 buildJamesNK
2010-08-31-Updated source code to VS2010JamesNK
2010-05-11-PerformanceJamesNK
2010-01-19-Implemented INotifyCollectionChanged on JContainer in SilverlightJamesNK
2009-12-29-PerformanceJamesNK
2009-12-07-Added reading and writing binary JSON (BSON) support - work in progressJamesNK
2009-10-11-DocumentationJamesNK
2009-10-10-XML documentationJamesNK
2009-10-03-Fixed exception when loading JObject with multiple properties of the same na...JamesNK
2009-09-19-Added set indexer to JTokenJamesNK
2009-09-04-Added more IBindingList functionalityJamesNK
2009-08-22-Added type descriptor objects to support JObject property databindingJamesNK
2009-05-30-Lots of XML code commentsJamesNK
2009-05-13-Added JsonSerializer argument to JsonConverter.ReadJson and JsonConverter.Wr...JamesNK
2009-04-27-Changed JObject to enumerate over KeyValuePair<string, JToken> rather than J...JamesNK
2009-04-10-Rename JsonTokenReader, JsonTokenWriter, JsonTokenType to JTokenReader, JTok...JamesNK
2009-01-04-Added IJsonLineInfo. Implemented by JsonTextReader, JsonTokenReader, JsonVal...JamesNK
2009-01-02-Added JSON Schema implementationJamesNK
2008-10-08-Modified project to support signed flag. Does not output InternalsVisibleTo ...JamesNK
2008-08-23-Updated serializing help pageJamesNK
2008-08-14-Added missing XML comments to new members/classesJamesNK
2008-08-12-Added WriteValue(object) to JsonWriterJamesNK
2008-06-08Work in progress:JamesNK
2008-04-10-XML comments for everything!!!JamesNK
2008-04-08-Added some XML commentsJamesNK
2008-04-05Change - Heaps of small changes and bug fixes around LINQ to JSON. Many unit ...JamesNK
2008-03-16Changes:JamesNK
2008-03-02New featuresJamesNK
2008-02-10Json.NET 2.0 BetaJamesNK