Json-smart是一个高性能的JSON处理类库。 GettingStartguide
Json-smart接口跟 json-simple十分相似,因此很容易从json-simple迁至 json-smart。 MigrationGuideAvailable
Json-smart是基于Java的最快的JsonAPI之一。 详情请参考测试基准. Benchmarks
特点:比json-simple快(至少两倍) SeeBenchmarks。使用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>
评论