json

所属分类:.net编程
开发工具:C#
文件大小:193KB
下载次数:59
上传日期:2009-04-09 18:52:42
上 传 者imaxis
说明:  JSON.NET,可以将对象序列化为json,被js解析,以及逆操作
(JSON.NET, the target sequence can be translated into json, was js analysis, as well as the inverse operation)

文件列表:
Src (0, 2007-09-08)
Src\Lib (0, 2007-09-08)
Src\Lib\nunit.framework.dll (77824, 2007-09-08)
Src\Lib\nunit.framework.xml (304966, 2007-09-08)
Src\Newtonsoft.Json (0, 2007-09-08)
Src\Newtonsoft.Json\Converters (0, 2007-09-08)
Src\Newtonsoft.Json\Converters\AspNetAjaxDateTimeConverter.cs (2206, 2007-09-08)
Src\Newtonsoft.Json\Converters\HtmlColorConverter.cs (1650, 2007-09-08)
Src\Newtonsoft.Json\Converters\XmlNodeConverter.cs (17572, 2007-09-08)
Src\Newtonsoft.Json\Identifier.cs (2686, 2007-09-08)
Src\Newtonsoft.Json\JavaScriptArray.cs (2331, 2007-09-08)
Src\Newtonsoft.Json\JavaScriptConstructor.cs (2411, 2007-09-08)
Src\Newtonsoft.Json\JavaScriptConvert.cs (16528, 2007-09-08)
Src\Newtonsoft.Json\JavaScriptObject.cs (2122, 2007-09-08)
Src\Newtonsoft.Json\JavaScriptParameters.cs (1587, 2007-09-08)
Src\Newtonsoft.Json\JsonConverter.cs (1776, 2007-09-08)
Src\Newtonsoft.Json\JsonConverterCollection.cs (1399, 2007-09-08)
Src\Newtonsoft.Json\JsonHandler.cs (1279, 2007-09-08)
Src\Newtonsoft.Json\JsonIgnoreAttribute.cs (1440, 2007-09-08)
Src\Newtonsoft.Json\JsonPropertyAttribute.cs (476, 2007-09-08)
Src\Newtonsoft.Json\JsonReader.cs (22929, 2007-09-08)
Src\Newtonsoft.Json\JsonReaderException.cs (2625, 2007-09-08)
Src\Newtonsoft.Json\JsonSerializationException.cs (2695, 2007-09-08)
Src\Newtonsoft.Json\JsonSerializer.cs (21069, 2007-09-08)
Src\Newtonsoft.Json\JsonToken.cs (2684, 2007-09-08)
Src\Newtonsoft.Json\JsonWriter.cs (21216, 2007-09-08)
Src\Newtonsoft.Json\JsonWriterException.cs (2625, 2007-09-08)
Src\Newtonsoft.Json\MemberMapping.cs (1025, 2007-09-08)
Src\Newtonsoft.Json\MemberMappingCollection.cs (1219, 2007-09-08)
Src\Newtonsoft.Json\Newtonsoft.Json.csproj (3682, 2007-09-08)
Src\Newtonsoft.Json\Properties (0, 2007-09-08)
Src\Newtonsoft.Json\Properties\AssemblyInfo.cs (2312, 2007-09-08)
Src\Newtonsoft.Json\StringBuffer.cs (2539, 2007-09-08)
Src\Newtonsoft.Json\Utilities (0, 2007-09-08)
Src\Newtonsoft.Json\Utilities\CollectionUtils.cs (13543, 2007-09-08)
Src\Newtonsoft.Json\Utilities\JavaScriptUtils.cs (4332, 2007-09-08)
Src\Newtonsoft.Json\Utilities\MathUtils.cs (1822, 2007-09-08)
Src\Newtonsoft.Json\Utilities\MiscellaneousUtils.cs (2391, 2007-09-08)
Src\Newtonsoft.Json\Utilities\ReflectionUtils.cs (17762, 2007-09-08)
Src\Newtonsoft.Json\Utilities\StringUtils.cs (11706, 2007-09-08)
... ...

Json.NET http://www.newtonsoft.com/products/json/ http://www.codeplex.com/json/ Description: The Json.NET library makes working with JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer. Json.NET's features include: - Lightning fast JsonReader and JsonWriter - The JsonSerializer for quickly converting your .NET objects to JSON and back again - Json.NET can optionally produce well formatted, indented JSON for debugging or display - Attributes like JsonIgnore and JsonProperty can be added to a class to customize how a class is serialized - Ability to convert JSON to and from XML Instructions: 1. Extract Newtonsoft.Json.dll and Newtonsoft.Json.xml from the archive's /bin directory into your own applications. 2. Add a reference to Newtonsoft.Json.dll within Visual Studio.NET to your project. 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.

近期下载者

相关文件


收藏者