搜索资源列表
json
- json的JAVA实现,用于根据JAVA对象生成json string
json2
- 列举了有关json字符串数组的一系列操作-Examples were given of a series of operations json string array
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.
JsonUtil
- Java编写的处理JSON字符串的util类-Written in Java JSON string handling util class
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
Json-2013-4-27
- java类打包成一个json格式数据字符串,哈是蛮好用的-java classes packaged into a json format data string, Kazakhstan is just fine with the
J2EEtools
- j2EE中用到的jar包及说明,包括上传,连接池,excel表导入导出,json串生成,xml,网页抓取等-j2EE used in the jar package and instructions, including upload, connection pooling, excel table import and export, json string generation, xml, web crawling, etc.
JsonUtil
- java字符串转换成json字符串,已经封装成一个方法-java string into json string that has been packaged as a way
string-tagcloud
- This test parses a JSON string giving tag names and popularity, and generates html markup for a "tagcloud" view.
HttpClient
- 远程访问接口,获取json字符串,可以在网页输出json字符串。-Remote access interface, access json string json string can be output on the page.
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
jsonschema2pojo-0.3.7
- jsonschema2pojo 是一个根据json转换成java对象的开源项目,只要把你的json字符串复制到相应的输入框中就能自动将其转换成java对象。它的强大之处在于,能解析列表式的json数据,把嵌套在内层的对象也解析出来。-jsonschema2pojo is based on a conversion json object into java open source project, as long as the copy of your json string into the
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
Main
- 将json字符串中,每个[]里面逗号隔开的每条数据进行识别,提取出需要的数据,存到单独的TXT中(The JSON string, each separated by commas inside each data [] to identify and extract the data needed to separate TXT)