Stringtree JSON
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.stringtree.org/stringtree-json.html
软件介绍
Stringtree JSON 是一个小型可靠简洁的 Java 的 JSON 读写和验证的类库。无需依赖其他第三方库。整个 jar 包只有 13kb。
示例代码:
import org.stringtree.json.JSONReader;
class JSONReaderExample {
JSONReader reader = new JSONReader();
public void example() {
Object result = reader.read("true");
System.out.println("JSONReader result is " + result +
" of class " + result.getClass());
}
}
高分辨率遥感卫星应用
张永 / 科学分社 / 2004-1 / 48.00元
高分辨率遥感卫星应用(成像模型处理算法及应用技术),ISBN:9787030128249,作者:张永生等著一起来看看 《高分辨率遥感卫星应用》 这本书的介绍吧!
