json-smart JSON处理类库

程序名称:json-smart

授权协议: Apache

操作系统: 跨平台

开发语言: Java

json-smart 介绍

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>
    

    net.minidev
    json-smart
    1.1.1

json-smart 官网

https://code.google.com/p/json-smart

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐