搜索资源列表
org.json
- json java源代码 含JsonArray,JsonObject, JsonString, JsonTokener-json source code, include JsonArray,JsonObject, JsonString, JsonTokener
JSONTokener
- this class was written without inspecting the non-free org.json sourcecode.
json
- json是移动平台上非常常用的数据传输格式,本示例提供了两种Json格式文件生成与解析的方式。 第一种通过JsonReader和JsonWriter两个对象进行json文件的读写操作,需要sdk在11以上。 第二种通过JSONArray、JSONObject、JSONTokener等对象进行json读写操作,需要sdk在9以上。这种方式也可通过引入jar包的方式在其他版本的sdk中实现。 启动客户端后,先点击写入json按钮(第1或3个按钮)生成Json文件(位置为sdcard根目录