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-Fixed Metro buildJames Newton-King
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-10-Changed serializer to fallback to use a private default constructorJames Newton-King
2012-03-04-Added DateFormatHandling to control whether dates are written in the MS form...James Newton-King
2012-02-25-Added Path to JsonReaderException, JsonSchemaException and ValidationEventArgsJames Newton-King
2012-02-23-Added Path to JsonReader/JsonWriter/ErrorContext with the JSON path of the c...James Newton-King
2012-02-18-Fixed error when deserializing nullable types with no contentJames Newton-King
2012-02-11-Fixed unit test failing because of timezonesJamesNK
2012-02-09-Fixed not replacing ignored properties in JsonPropertyCollectionJamesNK
2012-02-06-Fixed empty string being changed to null on object propertiesJamesNK
2012-02-03-Fixed attributes on nullable structs not being usedJamesNK
2012-01-24-Increment version to 4.0.7JamesNK
2012-01-23-Fixed testJamesNK
2012-01-23-Changed version number to 4.0.6JamesNK
2012-01-22-Added ReadAsInt32 to JsonReaderJamesNK
2012-01-19-Added line number information to deserialization errorsJamesNK
2012-01-16-Fixed serializing types with hidden propertiesJamesNK
2012-01-16-Rewrote JsonTextReader to use internal buffer to improve performanceJamesNK
2011-11-19-Updated build numberJamesNK
2011-11-19-Fixed DataTableConverter including nulls with NullValueHandling.IgnoreJamesNK
2011-11-19-Fixed bad BSON when writing long strings of complex UTF8 charactersJamesNK
2011-11-18-Fixed flag enum items not being correctly camel casedJamesNK
2011-11-01-Fixed deserializing byte arrays with type name informationJamesNK
2011-11-01-Fix occasional error when converting non-long integer properties to XMLJamesNK
2011-10-01-DocumentationJamesNK
2011-10-01-Improve TypeNameHandling.Auto to skip adding an unneeded type name for colle...JamesNK
2011-10-01-DocumentationJamesNK
2011-08-05-Added ToObject to JToken for deserializing LINQ to JSON objects to a .NET ob...JamesNK
2011-08-03-Added support for deserializing IDictionary propertiesJamesNK
2011-08-02-Added Order to JsonPropertyAttribute to override the order of serialized JSONJamesNK
2011-08-02-Fixed deserializing to IEnumerable<T> propertiesJamesNK
2011-08-02-Added support for setting readonly fields when marked up with JsonPropertyAt...JamesNK
2011-08-01-Changed $id and $ref properties to allow nullJamesNK
2011-08-01-Added Populate and IgnoreAndPopulate options to DefaultValueHandling for aut...JamesNK
2011-08-01-Added support for missing JSON errors to error handlingJamesNK
2011-07-28-Added support for BindToName on SerializationBinderJamesNK
2011-07-04-Added serialization constructors to all ExceptionsJamesNK
2011-07-04-Added support for deserializing to readonly collections and dictionaries on ...JamesNK
2011-05-21-Fixed serializing objects with DataContract and DataMember attributes on bas...JamesNK
2011-05-07-Added Serializable attribute to exceptionsJamesNK
2011-05-02-Improved support for deserializing objects using non-default constructorsJamesNK
2011-04-22-Fixed objects created with paramatized constructors to not set properties th...JamesNK
2011-04-10-Fixed DefaultValueHandling including a property when the default value is th...JamesNK
2011-03-26-Fixed comments in JSON sometimes causing errors when deserializingJamesNK
2011-03-26-Fixed error when reflecting over type that has multiple index properties inh...JamesNK
2011-03-22-Fixed error when reusing JsonSerializer with preserve references enabledJamesNK
2011-03-21-CamelCasePropertyNamesContractResolver now updates dictionary and dynamic pr...JamesNK
2011-02-24-Added additional ToString overloads to JValueJamesNK