搜索资源列表
JSONData
- 精简对象转换为json字符串的工具类,经过多次项目检验非常好用,解决了开源json包里无法处理特殊字符的问题-a tool for java object to json string
json_to_string
- 将json转化为字符串,上面附有简单的例子。-Into the json string above with a simple example.
json
- org.json库的源代码,在java中操作json串的库,轻量级库。-org.json library source code to operate in the java string json library, lightweight library.
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
jsontools-core-1.7-bundle
- json util jar包,用于字符串解析,将对象解析为json格式的字符串-json util jar package, for string parsing, to object to json format string parsing
googleapi
- Google ajax api,Java程序中访问Google搜索结果,以JSON字符串形式返回-Google ajax api, Java programs to access Google search results to return 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
FastJsonDemo
- java fastjson数据通讯框架简单demo,实现java对象转json格式String,String转java对象-java fastjson data communications framework simple demo, to achieve java object transfer json format String, String turn java object
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
JsonDataObjects
- json parser convert your json data to string array and text documents
jsonToList-map
- 一 传入Map转换为Json格式方法 二 传入Json格式字符串以Map存储并返回Map格式方法 三 传入Json格式字符串返回List<Map>格式方法等- Map converted a pass Json Json format Method Two format string passed to storage and return to the Map Map scheme of tri pass Json format string return List <M
json
- 数据格式的转换,例如将数组的形式转化为字符串的格式,将字符串传到页面。-Data format conversion, for example in the form of an array converted to the format string, the string passed to the page.
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
- 转json格式,裁剪只转字符串的一些函数归类- JSON format, the only string to cut some of the function classification
Main
- 将json字符串中,每个[]里面逗号隔开的每条数据进行识别,提取出需要的数据,存到单独的TXT中(The JSON string, each separated by commas inside each data [] to identify and extract the data needed to separate TXT)
Json
- timer定时转json串并上传很少使用的一句话可以概括功能的(Timer timed to JSON string and upload timer, timed to JSON string and upload)
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; /*
JsonTest
- java json解析器,对java对字序列化,对字符串json反序列化。(The Java JSON parser, serialization of the word to the Java, and the reverse serialization of the string JSON.)
ToMap
- public static Map<String, Object> ObjectToMapUtil(Object obj){ Map<String,Object> reMap = new HashMap<String,Object>(); Field[] fields = obj.getClass().getDeclaredFields(); for(int i = 0; i < fields.length;