搜索资源列表
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.
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
DemoTreeServicesImpl
- 比如说ajax的一些支持,统一的exception处理之类的,就是到数据库里查找树的记录,然后一顿循环递归,最后得到满足格式的树json串-For example, some support ajax, unified exception handling and the like, is to find the database record of the tree, and then meal recursive loop, and finally met a tree json strin
jackson_test
- jackson 小例子,json字符串转化为对象,对象转换为json字符串-jackson small example, json string into a object, the object is converted to a string json
jsonrpc
- 一个json的封装包,可以把字符变成json对象,也可以把json对象转化成字符串-A json package package, you can put the character into a json object, you can also convert a string to json object
JavaJSONTest
- 这个工程里面包含了解析json的jar,和解析json的一个小例子。 在运行这个工程时,需要重新,自行导入工程中,lib目录下的jar包 JSONObject jsonObject = new JSONObject(jsonString) //将字符串转换成JSON对象 System.out.println(jsonObject.get("screen_name")) -This project which contains parsing json jar, an
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
JsonUtil
- 处理json字符串,把json字符串转换成对象,或者把对象转换成json字符串。-Processing json string to convert a string into json object, or to convert an object into a json string.
shoptest
- restful思想的 在线商场后台代码,通过返回json串实现显示产品,添加购物车,添加收藏,用户注册登陆-Restful idea of online shopping mall background code By returning JSON string to achieve display products, add a shopping cart, add collection, user registration login
ajax_v1.2
- asp.netC#+jquery1.4.1 +ajax留言板程序说明 采用asp.net C#+ jquery1.4.1 +ajax的实现 主要用aspx文件请求 还可以用ashx处理 ajax返回类型也很多 如: dataType: xml , dataType: json , 其实可区分为三种 Text:“text/plain“ XML:“application/xml“ JSON:“application/json“. dataType为xm
jlcd_v1.0
- jquery_无限级联菜单,无需ajax,纯json数据调用 简单的调用方式 $.getscr ipt( toregion.js ,function(){ var ops = { tree_json:regionConf,//json字符串 tree_json_name: regionConf ,//json字符串变量名称 tree_obj:$( #aid ),//容器id tree_objname: areas[] ,// name //tree_d
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
Main
- 将json字符串中,每个[]里面逗号隔开的每条数据进行识别,提取出需要的数据,存到单独的TXT中(The JSON string, each separated by commas inside each data [] to identify and extract the data needed to separate TXT)
JsonTest
- java json解析器,对java对字序列化,对字符串json反序列化。(The Java JSON parser, serialization of the word to the Java, and the reverse serialization of the string JSON.)