搜索资源列表
json_spirit_v3.00
- 文本格式解析器,类似XML,利用了boost的解析-text file format similar to XML, but less verbose. It has been called "XML lite". This article describes JSON Spirit, a C++ library that reads and writes JSON files or streams. It is written using the Boost Spirit parser gen
superobject
- JSON toolkit for delphi-JSON- SuperObject JSON toolkit is compatible with Delphi and Freepascal(win32/64 linux32/64). Features: - Fastest JSON parser for Delphi. - XML to JSON parser. - Easy to use. - JSON Validator. - JSON-RPC. -
OReilly.Ajax.Design.Patterns.Jun.2006
- Ajax, or Asynchronous Javascr ipt and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive w
ajax_im_3[1].41_yui
- Ajax IM php版本 ajax im ("asynchronous javascr ipt and xml instant messenger") is a browser-based instant messaging client. It uses the XMLHTTPRequest object in Javascr ipt to send and receive commands to and from the server. No refreshing of the pag
2010121514552827
- json数据处理格式,结合主站程序的应用。尽管有许多宣传关于 XML 如何拥有跨平台,跨语言的优势,然而,除非应用于 Web Services,否则,在普通的 Web 应用中,开发者经常为 XML 的解析伤透了脑筋,无论是服务器端生成或处理 XML,还是客户端用 Javascr ipt 解析 XML -json format data processing, combined with the application of the master program. Despite the publ
Json40r1
- Json.NET makes working with JSON formatted data in .NET simple. Quickly read and write JSON using LINQ to JSON or serialize your .NET objects with a single method call using the JsonSerializer. -Flexible JSON serializer to convert .NET objects t
android-json-rpc
- android-json-rpc是一个在android程序中使用的JSON-RPC客户端类库。它提供了一个简单的API来执行JSON-RPC服务调用。-This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from
JsonDemo
- Android 获取Google Weather API 并通过Xml和JSON解析数据-Android to Get Google Weather API and data through the Xml and JSON parsing
LBSSQL
- 1、要有会员数据,同样也得有客户端是否在线以及经纬度的字段(不一定要获取到经纬度,默认为空) 2、手机客户端定位后,更新该会员的经纬度坐标以及客户端在线状态 3、通过上面的SQL代码即可实现数据列表,只要输出JSON/XML给手机客户端解析即可-1, there must be a Member data, have the same client are online as well as latitude and longitude of the field (do not have
XmlToJSON
- xml字串转换为json,只要是xml格式正确,就能转换成json-xml convert strings to json, as long as the correct xml format can be converted into json
jquery.xml2json
- XML到JSON的插件(jquery xml2json)是一个脚本,您可以使用简单的XML转换成JSON对象。 -The XML to JSON Plugin (jQuery.xml2json) is a scr ipt you can use to convert simple XML into a JSON object.
jquery.rpc
- 这个是rpc(远程过程调用)客户端实现基于JQuery。它创建一个rpc对象并添加调用它们的能力。它同时支持xml和json rpc。数据类型支持清单很快就要到了。它是在早期阶段。它不会被升级如果你不提供反馈。 -The is rpc(remote procedure call) client implementation based on JQuery. It creates an rpc object and adds ability to call them. It supports
BaseClass
- C#各种文件操作的类,值得学习的是httphelper,可以做到类似易语言的自动登录 post这类的操作。还有xml、泛型、json等的转换操作类,全源码-C# class various file operations, it is worth learning httphelper can be done similar to the easy language automatically log the operation, such as the post. Xml, generic,
servlettest
- Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑
xmltojson
- 可以将xml文件转化为json文件,可以在命令行中运行该程序,输入以下 XML 文件名作为命令行参数:php -f xml2json_test.php test2.xml-Xml files can be converted to json file, you can run the program the command line, enter the following XML file as a command line argument: php-f xml2json_test.php
MySOAP
- 除了JSON和XML解析之外,还发现了一个我用的比较少得SOAP。虽然比较少用,不过还是决定放上来了,说不定刚好就有人需要了,oc的代码,苹果手机客户端的。- In addition to JSON and XML parsing, also found a relatively small I have to SOAP. ? Although relatively less, but still decided to impress, and maybe some people just n
conv
- Convert JSON to XML and XML to JSON
lee_utils
- xml解析 json解析, 时间 xml转json 的 辅助工具类(XML parsing JSON parsing, time XML to JSON auxiliary tool class)
HiJson 2.1.2_jdk64
- HiJson是一款非常简单易用的Json格式化工具,该工具主要用于格式化JSON,XML转JSON,MAP转JSON,格式化XML,节点查找及文本查找等操作,以树的形式展示,方便json字符串查看,支持各种常用操作,支持多标签(HiJson is a very easy to use Json formatting tool, this tool is mainly used to format JSON, XML JSON, MAP JSON, XML format, text node se
Newtonsoft.Json.dll
- 功能比较多,效率比较高,官方给出对比数据 50% faster than DataContractJsonSerializer, and 250% faster than Javascr iptSerializer. 比较常用的功能除了序列化发序列化之外,还有 Linq To Json、Json Path、 XML support等(The function is much more, the efficiency is higher, the official gives the co