文件名称:JSONy:具有与 SwiftyJSON 类似的 API 的 Java JSON 解析器
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-09 04:52:32
Java
JSONy JSONy是 Java 的 JSON 解析器,是的包装器,具有与类似的 API JSON json = new JSON (jsonString); JSON node = json . get( " foo " ) . get( " bar " ) . get( 0 ); // `get` never fails Integer value = node . getInt(); // null when the node does not exists or is not an integer try { int value2 = node . getIntValue(); // fails when the node does not exist or is not an integer } catch ( FormatException e) { /
【文件预览】:
JSONy-master
----.gitignore(10B)
----eclipse()
--------.gitignore(16B)
--------src(6B)
--------.classpath(463B)
--------.project(364B)
--------src-org-json()
--------test(7B)
----src()
--------org()
----LICENSE(1KB)
----module()
--------JSON-java()
----.gitmodules(113B)
----README.md(810B)
----test()
--------org()