Register
Sign In
Json.NET
Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Source Code
Wiki
RSS
Json.NET 3.0
Released:
Aug 24 2008
Updated:
Aug 24 2008
by
JamesNK
Rated:
No ratings yet for this release (
Add your own rating
)
Reviewed:
0 reviews
Downloaded:
817 downloads
Wiki link:
[release:16593]
Downloads & Files
Json.NET 3.0 (source + binary + documentation)
source code, 885K, uploaded
Aug 24
- 817 downloads
To download the file you must agree to the following license.
Copyright (c) 2007 James Newton-King Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Release Notes
New feature - Silverlight Json.NET build.
New feature - JObject now implements IDictionary, JArray now implements IList.
New feature - Added JsonConverterAttribute. Used to define a JsonConverter to serialize a class or member. Can be placed on classes or fields and properties.
New feature - Added DateTimeFormat to IsoDateTimeConverter to customize date format.
New feature - Added WriteValue(object) overload to JsonWriter.
New feature - Added JTokenEqualityComparer.
New feature - Added IJEnumerable. JEnumerable and JToken now both implement IJEnumerable.
New feature - Added AsJEnumerable extension method.
Change - JsonSerializer does a case insensitive compare when matching property names and constructor params.
Change - JObject properties must have a unique name.
Bug fix - Internal string buffer properly resizes when parsing long JSON documents.
Bug fix - JsonWriter no longer errors in certain conditions when writing a JsonReader's position.
Bug fix - JsonSerializer skips multi-token properties when putting together constructor values.
Bug fix - Change IConvertible conversions to use ToXXXX methods rather than casting.
Bug fix - GetFieldsAndProperties now properly returns a distinct list of member names for classes than have overriden abstract generic properties.
Releases
Released
|
Planned
Json.NET 3.0
Aug 24 2008
Json.NET 2.0
May 4 2008
Json.NET 2.0 Beta 3
Apr 8 2008
Json.NET 2.0 Beta 2
Mar 2 2008
Json.NET 2.0 Beta 1
Feb 11 2008
Json.NET 1.3.1
Sep 10 2007
Json.NET 1.3
Sep 8 2007
There are no planned releases for this project.
Reviews
for this release
No reviews yet for this release.
Rate this release
How do you like Json.NET 3.0?
Select a rating, at least one star.
Your rating:
Your review:
(optional)
400
characters left
Questions?
This space is for reviews only. Use
Discussions
if you have questions.
Cancel
© 2006-2008 Microsoft
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
CodePlex Blog
|
Version 2008.8.12.13328
Updating...