6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Unicode string encoding test More... over 15 years ago
-Fix GetFieldsAndProperties so that it returns a distinct list of member names in cases where there are overriden abstract generic properties More... over 15 years ago
-Added missing XML comments to new members/classes -Fixed culture warnings More... over 15 years ago
-Added WriteValue(object) to JsonWriter -Added JTokenEqualityComparer -Added additional validation to new IDictionary/ICollection methods on JObject/JArray -Changed JObject so that properties must have a unique name -Changed remaining IConvertible calls to use ToXXX methods instead of casting -Fixed many bugs in new IDictionary/ICollection methods on JObject/JArray -Fixed AddFirst when no existing children More... over 15 years ago
-Changed IsoDateTimeConverter to use DateTimeFormat when parsing dates -Added Culture to IsoDateTimeConverter More... over 15 years ago
-Added JsonConverterAttribute. Can be placed on classes and members. Priority is member attribute -> class attribute -> serializer argument converters -Added DateTimeFormat to IsoDateTimeConverter to customize format -Changed IConvertible casting to the ToXXXX methods in JsonSerializer More... over 15 years ago
-Added missing files from Silverlight projects -Fixed JsonWriter depth error when writing current JsonReader position -Fixed JsonSerializer not fulling skipping properties when putting together constructor values -Changed JsonSerializer so that property names and constructor params matching is no longer case sensitive More... over 15 years ago
Work in progress: -Silverlight build projects -JObject now implements IDictionary, JArray now implements IList More... almost 16 years ago
-Not correctly resizing internal string buffer when parsing long JSON documents More... almost 16 years ago
-Correct page titles More... almost 16 years ago
-Numbers that contain e should be treated as doubles More... almost 16 years ago
-Fixes to XML documentation -Sandcastle Help File Builder project added -Quickstart guides added More... almost 16 years ago
-XML comments for everything!!! -Some members changed to internal More... almost 16 years ago
-Added some XML comments -Made some utility methods internal More... almost 16 years ago
Change - Heaps of small changes and bug fixes around LINQ to JSON. Many unit tests added. Change - CultureInfo is now always passed into FormatWith More... almost 16 years ago
Added opt-in, opt-out serialization option Added virtual GetSerializableMembers to JsonSerializer More... almost 16 years ago
Changes: Specified CultureInfo when converting to and from strings across Json.NET. More... about 16 years ago
[no comment] More... about 16 years ago
New features: Added Skip() method to JsonReader. Skips the current JSON token and any child tokens. JsonSerializer now has the ability to populate existing members on an object. This behaviour is controlled by the ObjectCreationHandling property. More... about 16 years ago
Removed old tests. Refactored DeserializeAnonymousType method. More... about 16 years ago
Added JsonTextReader support for NaN, PositiveInfinity and NegativeInfinity constants. More... about 16 years ago
New features -New, more concise, LINQ to JSON querying syntax. -Added FromObject to JObject, JArray. -JToken WriteTo method now supports JsonConverters. -JsonSerializer supports serializing to and from LINQ to JSON objects. -JsonSerializer properly serializes IEnumerable objects. -Added Depth property to JsonReader. More... about 16 years ago
Tests More... about 16 years ago
Tests More... about 16 years ago
Remove old test files More... about 16 years ago
Change: JsonSerializer will serialize null rather than throwing an exception. More... about 16 years ago
New features: Added support for deserializing to an anonymous type with the DeserializeAnonymousType method. Support for reading, writing and serializing the new DateTimeOffset type. Added IsoDateTimeConverter. Converts DateTimes and DateTimeOffsets to and from the ISO 8601 format. Added JavaScriptDateTimeConverter. Converts DateTimes and DateTimeOffsets to and from a JavaScript date constructor. XmlNodeConverter handles serializing and deserializing JavaScript constructors. Ability to force XmlNodeConverter to write a value in an array. Logic is controlled by an attribute, json:Array="true". More... about 16 years ago
Json.NET 2.0 Beta More... about 16 years ago
Correct bugs in JavaScript string escaping. Add JavaScriptConvertTest. More... over 16 years ago
[no comment] More... over 16 years ago