~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/Doc/readme.txt

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Json.NET
 
2
 
 
3
http://james.newtonking.com/projects/json-net.aspx
 
4
http://www.codeplex.com/json/
 
5
 
 
6
 
 
7
Description:
 
8
 
 
9
Json.NET makes working with JSON formatted data in .NET simple. Quickly read and write
 
10
JSON using LINQ to JSON or serialize your .NET objects with a single method call using
 
11
the JsonSerializer.
 
12
 
 
13
-Flexible JSON serializer to convert .NET objects to JSON and back again 
 
14
-LINQ to JSON for reading and writing JSON 
 
15
-Writes indented, easy to read JSON 
 
16
-Convert JSON to and from XML 
 
17
-Supports Silverlight and Windows Phone
 
18
 
 
19
 
 
20
Documentation:
 
21
 
 
22
http://james.newtonking.com/projects/json/help/
 
23
 
 
24
 
 
25
Versions:
 
26
 
 
27
Json.NET comes in different versions for the various .NET frameworks.
 
28
 
 
29
-Net40:
 
30
  .NET latest (4.0 & 4.5)
 
31
 
 
32
-Net35:
 
33
  .NET 3.5 SP1, Mono
 
34
 
 
35
-Net20:
 
36
  .NET 2.0
 
37
 
 
38
-Silverlight:
 
39
  Silverlight 4 & 5
 
40
 
 
41
-WindowsPhone:
 
42
  Windows Phone 7 & 7.1
 
43
 
 
44
-Metro
 
45
  Windows 8, WinRT 4.5
 
46
 
 
47
-Portable
 
48
  Portable Class Library (.NET 4.0, WP7, SL4)
 
49
 
 
50
 
 
51
Notes:
 
52
 
 
53
Microsoft stopped support for the Compact Framework in Visual Studio 2010.
 
54
For a Compact Framework 3.5 build download Json.NET 3.5.
 
55
 
 
56
For a Silverlight 3.0 build download Json.NET 3.5.
 
57
 
 
58
 
 
59
Instructions:
 
60
 
 
61
 1. Extract Newtonsoft.Json.dll and Newtonsoft.Json.xml from the archive's /bin
 
62
    directory into your own applications.
 
63
 2. Add a reference to Newtonsoft.Json.dll within Visual Studio.NET to your project.
 
64
 
 
65
 
 
66
 
 
67
License:
 
68
 
 
69
Copyright (c) 2007 James Newton-King
 
70
 
 
71
Permission is hereby granted, free of charge, to any person obtaining a copy of this
 
72
software and associated documentation files (the "Software"), to deal in the Software
 
73
without restriction, including without limitation the rights to use, copy, modify,
 
74
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
 
75
permit persons to whom the Software is furnished to do so, subject to the following
 
76
conditions:
 
77
 
 
78
The above copyright notice and this permission notice shall be included in all copies
 
79
or substantial portions of the Software.
 
80
 
 
81
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 
82
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 
83
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 
84
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 
85
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
 
86
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
b'\\ No newline at end of file'