JSON类库 Flexjson
- 授权协议: Apache Licene 2.0
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://flexjson.sourceforge.net/
- 软件文档: http://www.osctools.net/apidocs/apidoc?api=flexjson
软件介绍
Flexjson 是一个将 Java 对象转成 JSON 的 类库,是一个深度转换的过程
示例代码:
public String doSomething( Object arg1, ... ) {
Person p = ...load a person...;
JSONSerializer serializer = new JSONSerializer();
return serializer.serialize( p );
}
执行结果:
{ "class": "Person", "name": "William Shakespeare", "birthday": -12802392000000, "nickname": "Bill" }
在线API doc:http://www.ostools.net/apidocs/apidoc?api=flexjson
Ethnography and Virtual Worlds
Tom Boellstorff、Bonnie Nardi、Celia Pearce、T. L. Taylor / Princeton University Press / 2012-9-16 / GBP 21.00
"Ethnography and Virtual Worlds" is the only book of its kind - a concise, comprehensive, and practical guide for students, teachers, designers, and scholars interested in using ethnographic methods t......一起来看看 《Ethnography and Virtual Worlds》 这本书的介绍吧!
