29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-XML comments for everything!!! -Some members changed to internal More... over 18 years ago
-Added some XML comments -Made some utility methods internal More... over 18 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... over 18 years ago
Added opt-in, opt-out serialization option Added virtual GetSerializableMembers to JsonSerializer More... over 18 years ago
Changes: Specified CultureInfo when converting to and from strings across Json.NET. More... over 18 years ago
[no comment] More... over 18 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... over 18 years ago
Removed old tests. Refactored DeserializeAnonymousType method. More... over 18 years ago
Added JsonTextReader support for NaN, PositiveInfinity and NegativeInfinity constants. More... over 18 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... over 18 years ago
Tests More... over 18 years ago
Tests More... over 18 years ago
Remove old test files More... over 18 years ago
Change: JsonSerializer will serialize null rather than throwing an exception. More... over 18 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... over 18 years ago
Json.NET 2.0 Beta More... over 18 years ago
Correct bugs in JavaScript string escaping. Add JavaScriptConvertTest. More... almost 19 years ago
[no comment] More... almost 19 years ago