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-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
2009-12-27-Added JsonPrimitiveContract and JsonLinqContractJamesNK
-Removed JsonRaw and replaced with JRaw -Fixed properties on existing derived values not being populated during deserialization