搜索资源列表
SafetyNetMobile
- 通过Web页面获取基站位置Web端源码 首先要清楚一点的是,每一个基站都能够通过请求http://www.google.com/loc/json获取到一个经纬度。如果用户能够在短时间内获取到较多的基站信息,比如4个或5个,可以通过这几个基站的经纬度计算出比较准确的用户位置。 举个例子,比如我在WM上取到4个基站信息: 50554,9513,460,1 50325,9513,460,1 50584,9513,460,1 50041,951
OfflineAcceptControl
- c#开发的web控件(浏览器控件),读写注册表,读写access数据库,支持json字符串与数据对象之间的转化,发布web服务端,js调用控件接口获取json对象回填表单信息-c# web development control (browser control), read and write registry, read and write access database, support json string and data conversion between objects, pu
CNTV_Download
- cntv网站视频下载,不支持rtmp。 找了好多工具无法下载我想要的视频,就自己写了这么个工具。 代码涉及到json串的使用,作为学习很不错。 现在开源,对大家公开。 开发语言C#-cntv video download site, does not support rtmp. Can not find a lot of tools to download video I want to write a such a tool. Json string of code re
Core4
- Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 -
Json45r10
- 非常好用的C# json解析库,用与解析json字符串-Very easy to use C# json parsing library with parsing json string
cJSON
- cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
JSONDEMO35
- 转换成等效的对象列表json字符串可以使用java脚本处理的新阶段。-Into an equivalent list of objects to json string using java scr ipt processing stage.
JsonFileToText
- JSON格式转换为对应的TXT格式,任何JSON字符串均适用-JSON format is converted to the corresponding TXT formats are applicable to any JSON string
t2
- 实现把json串转换上到stringgrid上-To realize the json string conversion on stringgrid
servlettest
- Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑
Delphi_266087
- Delphi:DELPHI7代码读取中国天气网JSON数据,实现一个天气预报程序,没有过多美化,只是简单的读取出了指定城市的天气信息,美化一下就是一款漂亮的天气预报软件了。需要了解中国天气网城市代码JSON 串格式和中国天气网城市代码 JSON 数组格式,这两个文件已附上,下载压缩包解压即可。 -Delphi: DELPHI7 code reads China Weather Network JSON data to achieve a weather program, without ex
cJSON
- 在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-Json parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
CJsonLib
- CJson, Json解析库,用来解析Json串,很方便。 -CJson, Json parsing library used to parse Json string, very convenient. CJson, Json parsing library used to parse Json string, very convenient.
Help Utils for cpp
- Source code for help to: resolve Host To Ip convert string to json get Timestamp UTC
json_encode_decode
- json_decode parses a JSON string and returns a MATLAB object. JSON objects are converted to structures and JSON arrays are converted to cell arrays. NULL values are converted to empty logical. json_encode encodes a MATLAB object into a JSON string
parse_json
- vs2008下jsoncpp解析json字符串和文件demo,希望对大家有用-vs2008 under jsoncpp parse json string and file demo, hope to be useful
JsonDataObjects
- json parser convert your json data to string array and text documents
json_string
- string字符串转换为json格式串,json格式串转换为string字符串,vs2005可直接编译通过-string convert the string to json format string, json format string is converted to string string, vs2005 can be directly compiled by
json
- a、 完成json 基本结构(键值对、对象、数组、字符串)的解析;(10 分) b、 完成对true、false、null、整数的解析;(5 分) c、 完成浮点数的解析;(5 分) d、 完成科学计数法表示的数的解析;(5 分); e、 完成json 文本的格式化。添加一个命令行参数-pretty,对于文件*.json,如果解析成功, 那么将格式化后的json 输出到另一个文件*.pretty.json 中。(5 分) test 目录下的e 目录下,有一个乱序的country.js
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*