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
2012-12-07Merge from upstream.Bojan Rajkovic
2012-03-18-Added IgnoreSerializableInterface to DefaultContractResolverJames Newton-King
-Changed serializing ISerializable types under partial trust to error to fix security issue -Fixed LinqBridge collision error in .NET 2.0 by moving types to a different namespace -Fixed JObject.Keys error when object has no items
2012-03-15-Added Newtonsoft.Json.Metro build (whew, what a pain!)James Newton-King
-Added .gitignore file
2011-06-25-Changed Newtonsoft.Json.Net20.dll to use LinqBridge source code rather than ↵JamesNK
ilmerge to fix error
2010-07-06-Fixed generating generic simple type namesJamesNK
-Changed JsonObjectAttribute to be compatible with structs
2010-03-23-Add support for using implicit/explicit casts when converting a JSON ↵JamesNK
property name to a dictionary value -Fix DynamicReflectionDelegateFactory erroring when calling static methods -Fix CustomCreationConverter to return null when converting a null JSON value
2010-03-17-Added ReflectionDelegateFactory, DynamicReflectionDelegateFactory and ↵JamesNK
LateBoundDelegateFactory to support switching between dynamic and late bound reflection for medium trust environments -Added WriteObjectId to BsonWriter -Added BsonObjectId and BsonObjectIdConverter classes -Added KeyValuePairConverter -Added DynamicCodeGeneration flag to DefaultContractResolver -Changed JsonConverter.ReadJson to add an extra parameter: currentValue
2010-03-05-BuildJamesNK
-Tests