commits

date

comment

65597
by JamesNK
(457 downloads)
Mar 7
9:20 AM

Json.NET source code has been moved to GitHub - https://github.com/JamesNK/Newtonsoft.Json - The source code here on CodePlex is out of date

65222
by JamesNK
(103 downloads)
Feb 18
12:04 AM

-Fixed reading scientific notation numbers with no decimal point
-Changed the ReadAsXXX methods to return null at the end of an array instead of throwing an error

65109
by JamesNK
(82 downloads)
Feb 12
12:08 AM

Associated with Release: Json.NET 4.0 Release 8.

-Fixed build to not include nested directories in NuGet package

65108
by JamesNK
(0 downloads)
Feb 11
11:27 PM

-Updated versions.txt

65107
by JamesNK
(2 downloads)
Feb 11
10:44 PM

-Modified build to compile both signed and unsigned Silverlight/Windows Phone assemblies

65093
by JamesNK
(3 downloads)
Feb 11
6:00 AM

-Fixed JsonValidatingReader.ReadAsBytes throwing exception
-Minor NuGet spec updates

65088
by JamesNK
(3 downloads)
Feb 10
10:49 PM

-Fixed unit test failing because of timezones
-Added IsValid overload that returns a list of error messages

65071
by JamesNK
(2 downloads)
Feb 10
10:56 AM

-Fixed build file

65070
by JamesNK
(1 download)
Feb 10
10:33 AM

-Incremented version to 4.0.8
-Added VersionConverter
-Fixed converting XML to JSON with a default namespace
-Changed Silverlight/Windows Phone assemblies to not be signed

65051
by JamesNK
(8 downloads)
Feb 9
10:18 AM

-Fixed JsonReader.ReadAsDateTimeOffset error message

65050
by JamesNK
(0 downloads)
Feb 9
10:11 AM

-Fixed not replacing ignored properties in JsonPropertyCollection

64964
by JamesNK
(26 downloads)
Feb 5
10:20 PM

-Fixed empty string being changed to null on object properties

64905
by JamesNK
(20 downloads)
Feb 3
1:31 AM

-Fixed attributes on nullable structs not being used
-Fixed deserializing nullable enums
-Fixed JsonConstructorAttribute incorrectly being allowed on properties
-Added new NUnit

64904
by JamesNK
(0 downloads)
Feb 3
1:28 AM

-Remove old NUnit

64750
by JamesNK
(70 downloads)
Jan 24
8:12 AM

Associated with Release: Json.NET 4.0 Release 7.

-Increment version to 4.0.7
-Fixed circular reference error when serializing nullable structs
-Fixed JsonReader.ReadAsXXX methods not converting string values

64737
by JamesNK
(18 downloads)
Jan 23
6:22 AM

Associated with Release: Json.NET 4.0 Release 6.

-Fixed test

64736
by JamesNK
(1 download)
Jan 23
5:55 AM

-Changed version number to 4.0.6

64716
by JamesNK
(5 downloads)
Jan 22
1:00 AM

-Fixed Windows Phone build

64715
by JamesNK
(0 downloads)
Jan 22
12:51 AM

-Added ReadAsInt32 to JsonReader
-Improved performance by using an enum rather than a type check to test contract type

64664
by JamesNK
(17 downloads)
Jan 19
7:30 AM

-Fixed BsonReader to use BinaryReader instead of base stream

64663
by JamesNK
(2 downloads)
Jan 19
4:48 AM

-Added line number information to deserialization errors
-Added BinaryReader/BinaryWriter constructor overloads to BsonReader/BsonWriter

64632
by JamesNK
(11 downloads)
Jan 18
5:27 AM

-Code clean up
-Various performance improvements

64602
by JamesNK
(6 downloads)
Jan 17
10:22 AM

-Removed unused utility methods
-Fixed various code warnings

64588
by JamesNK
(7 downloads)
Jan 16
7:00 AM

-Fixed serializing types with hidden properties

64587
by JamesNK
(0 downloads)
Jan 16
6:22 AM

-Fixed potential multi-threading serializing issue