Java的JSON类库 JJSon
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/jjson/
软件介绍
JJSon 是一个简单的Java类库用来处理 JSON 数据格式。
示例代码:
JSONObject o = new JSONObject();
o.put("mykey", new JSONString("myvalue"));
object.toJSON();//{"mykey":"myvalue"}
Mastering JavaServer Faces
Bill Dudney、Jonathan Lehr、Bill Willis、LeRoy Mattingly / Wiley / 2004-6-7 / USD 40.00
Harness the power of JavaServer Faces to create your own server-side user interfaces for the Web This innovative book arms you with the tools to utilize JavaServer Faces (JSF), a new standard that wi......一起来看看 《Mastering JavaServer Faces》 这本书的介绍吧!
