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-05-07-Added Serializable attribute to exceptionsJamesNK
-Fixed deserializing null values into DataTables -Fixed error when deserializing readonly IEnumerable<T> array properties -Fixed not including type name for byte[] values
2009-05-30-Lots of XML code commentsJamesNK
-Added type name handling to serializer -Fixed various compilation warnings
2009-01-04-Added IJsonLineInfo. Implemented by JsonTextReader, JsonTokenReader, ↵JamesNK
JsonValidatingReader, JToken -Added line details to JsonTextReader exception messages and JsonValidatingReader errors -Change JsonSchemaGenerator to disable additional properties on sealed classes -Fixed JsonSchemaGenerator to not output enum values and options for flag enums
2007-09-08(no commit message)JamesNK