JJSon Java的JSON类库

授权协议:Apache操作系统:跨平台 开发语言:Java
JJSon 是一个简单的Java类库用来处理 JSON 数据格式。 示例代码: JSONObject o = new JSONObject(); o.put( mykey , new JSONS...