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
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