summaryrefslogtreecommitdiffstats
path: root/win/CS/libraries/json/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/libraries/json/readme.txt')
-rw-r--r--win/CS/libraries/json/readme.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/win/CS/libraries/json/readme.txt b/win/CS/libraries/json/readme.txt
new file mode 100644
index 000000000..24c709305
--- /dev/null
+++ b/win/CS/libraries/json/readme.txt
@@ -0,0 +1,54 @@
+Json.NET
+
+http://james.newtonking.com/json
+http://www.codeplex.com/json
+https://github.com/JamesNK/Newtonsoft.Json
+
+
+Description:
+
+Json.NET is a popular high-performance JSON 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
+
+
+Documentation:
+
+http://james.newtonking.com/json/help/
+
+
+Versions:
+
+Json.NET 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 \ No newline at end of file