openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Json.NET
Settings
|
Report Duplicate
29
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 03, 2025 — Aug 03, 2026
Showing page 63 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
-Modified project to support signed flag. Does not output InternalsVisibleTo attributes when present -Improved error message on JObject and JArray Load method -Added WriteRawValue -Added missing XML documentation -Added SerializeObject overload that takes a formatting flag
JamesNK
More...
almost 18 years ago
-Renamed Identifier to JsonRaw -Added support for reading, writing and serializing raw JSON
JamesNK
More...
almost 18 years ago
-Added nullable DateTime support to IsoDateTimeConverter and JavaScriptDateTimeConverter -Added WriteValue overloads to JsonWriter for nullable types -Fixed JsonTextWriter.WriteValue(string) to write null instead of an empty string for a null value -Fixed JsonWriter.WriteValue(object) to no longer error on null values
JamesNK
More...
almost 18 years ago
-Added compact framework support -Refactored JavaScriptConvert to not rely on DateTimeOffset when converting dates -Refactored JsonSerializer to use new CreateInstance on ReflectionUtils -Deleted JsonHandler
JamesNK
More...
almost 18 years ago
-Added DefaultValueHandling to JsonSerializer. Option to not write default values when serializing object -Added JsonSerializerSettings and overloads to JavaScriptConvert.SerializeObject and JavaScriptConvert.DeserializeObject -Performance improvements
JamesNK
More...
almost 18 years ago
-Refactor JsonSerializer.GetConverter
JamesNK
More...
almost 18 years ago
-Fix JsonSerializer.Deserialize to take a TextReader instead of a StringReader
JamesNK
More...
almost 18 years ago
-Changed serializer to better work with ICollection<T> when deserializing -Improved serializer caching of static type data
JamesNK
More...
almost 18 years ago
-Changed JavaScriptConvert.DeserializeObject to check for addition content after deserializing object
JamesNK
More...
almost 18 years ago
-Fix test -Enable XML documentation for Silverlight project
JamesNK
More...
almost 18 years ago
-Minor text changes -Include new documentation resources in solution
JamesNK
More...
almost 18 years ago
-Add introduction to help
JamesNK
More...
almost 18 years ago
-Updated serializing help page -Fixed help generation warnings -Added AsJEnumerable -Changed extension methods to return IJEnumerable where appropriate -Extension methods better handle converting JValues
JamesNK
More...
almost 18 years ago
-Added IJEnumerable. Changed JEnumerable and JToken to both implement IJEnumerable. -Included missing JsonConverters from Newtonsoft.Json.Silverlight project.
JamesNK
More...
almost 18 years ago
-Include SilverlightTests.cs
JamesNK
More...
almost 18 years ago
-Include SilverlightTests.cs in Newtonsoft.Json.Tests.csproj
JamesNK
More...
almost 18 years ago
-Fixed solution/project issues -Bumped assembly version to 3.0
JamesNK
More...
almost 18 years ago
-Split Silverlight projects into a separate solution: Newtonsoft.Json.Silverlight.sln
JamesNK
More...
almost 18 years ago
-Unicode string encoding test
JamesNK
More...
almost 18 years ago
-Fix GetFieldsAndProperties so that it returns a distinct list of member names in cases where there are overriden abstract generic properties
JamesNK
More...
almost 18 years ago
-Added missing XML comments to new members/classes -Fixed culture warnings
JamesNK
More...
almost 18 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
JamesNK
More...
almost 18 years ago
-Changed IsoDateTimeConverter to use DateTimeFormat when parsing dates -Added Culture to IsoDateTimeConverter
JamesNK
More...
almost 18 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
JamesNK
More...
about 18 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
JamesNK
More...
about 18 years ago
Work in progress: -Silverlight build projects -JObject now implements IDictionary, JArray now implements IList
JamesNK
More...
about 18 years ago
-Not correctly resizing internal string buffer when parsing long JSON documents
JamesNK
More...
about 18 years ago
-Correct page titles
JamesNK
More...
about 18 years ago
-Numbers that contain e should be treated as doubles
JamesNK
More...
over 18 years ago
-Fixes to XML documentation -Sandcastle Help File Builder project added -Quickstart guides added
JamesNK
More...
over 18 years ago
←
1
2
…
56
57
58
59
60
61
62
63
64
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree