您的位置:首页 > 移动开发 > Objective-C

JSON转换Object(json-lib.jar)

2014-04-04 17:32 274 查看
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.

JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans.

more details please visit : http://json-lib.sourceforge.net/index.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: