Skip to content

Commit

Permalink
-Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 20, 2015
1 parent fe05cd2 commit 6d32749
Showing 1 changed file with 14 additions and 33 deletions.
47 changes: 14 additions & 33 deletions Doc/readme.txt
Original file line number Diff line number Diff line change
@@ -1,54 +1,35 @@
Json.NET
Json.NET Schema

http://james.newtonking.com/json
http://www.codeplex.com/json
https://github.com/JamesNK/Newtonsoft.Json
http://www.newtonsoft.com/jsonschema
https://github.com/JamesNK/Newtonsoft.Json.Schema


Description:

Json.NET is a popular high-performance JSON framework for .NET
Json.NET Schema is a complete and easy to use JSON Schema framework for .NET

-Flexible JSON serializer for converting between .NET objects and JSON
-LINQ to JSON for manually reading and writing JSON
-High performance, faster than .NET's built-in JSON serializers
-Write indented, easy to read JSON
-Convert JSON to and from XML
-Supports .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone and Windows 8 Store
-Complete support for Draft 3 and 4 of JSON Schema
-Validate JSON with helper methods or validate it as you read and write it
-Generate JSON Schemas automatically from your existing .NET types
-Tuned for high performance schema validation of JSON documents large and small
-Easy to use and well documented API
-Json.NET Schema supports Windows, Windows Store, Windows Phone, Mono and Xamarin


Documentation:

http://james.newtonking.com/json/help/
http://www.newtonsoft.com/jsonschema/help


Versions:

Json.NET has different libraries for the various .NET Framework versions.
Json.NET Schema has different libraries for the various .NET Framework versions.

-Net45:
.NET latest (4.5)

-Net40:
.NET 4.0

-Net35:
.NET 3.5

-Net20:
.NET 2.0

-WinRT:
Windows 8 Store

-Portable45:
.NET 4.5, Windows Phone 8, Windows 8 Store, ASP.NET CoreCLR

-Portable40:
.NET 4.0, Windows Phone 8, Windows 8 Store, Silverlight 5, MonoTouch, MonoDroid


Notes:

For a Compact Framework 3.5 and Silverlight 3.0 builds download Json.NET 3.5
For a Silverlight 4.0 and Windows Phone 7 builds download Json.NET 5
-Portable:
.NET 4.5, Windows Phone 8, Windows 8 Store, ASP.NET CoreCLR, Xamarin

0 comments on commit 6d32749

Please sign in to comment.