JSON处理类库 json-smart
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://code.google.com/p/json-smart
- 软件文档: https://code.google.com/p/json-smart/wiki/GettingStart
软件介绍
Json-smart 是一个高性能的JSON处理类库。 Getting Start guide
Json-smart 接口跟 json-simple 十分相似,因此很容易从json-simple迁至 json-smart。 Migration Guide Available
Json-smart 是基于Java的最快的Json API之一。 详情请参考测试基准. Benchmarks
特点:
- 比 json-simple 快(至少两倍) See Benchmarks。
- 使用 Java 范型。
- 允许 Parser 灵活定制。
- json 生成器能生成压缩后的 json 数据。
- 由于接口一致,使用 json-simple 的项目可以很容易迁至 json-smart。
- 使用 maven 构建。
- maven 中央库上可用。
<dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>1.1.1</version> </dependency>
Linux内核完全注释
赵炯 / 机械工业出版社 / 2005-8 / 42.00元
Linux内核完全注释,ISBN:9787111149682,作者:赵炯编著一起来看看 《Linux内核完全注释》 这本书的介绍吧!
