Skip to content
/ data Public

提供 Json、Xml、Yaml 等结构化数据的统一抽象 API,是 OkHttps 与 JsonKit 的底层依赖

License

Notifications You must be signed in to change notification settings

troyzhxu/data

Repository files navigation

data

Maven Central License Troy.Zhou

介绍

提供 JSON、XML 等结构化数据的统一抽象 API

  • 核心依赖
implementation 'cn.zhxu:data-core:1.6.1'
  • FastJson 实现
implementation 'cn.zhxu:data-fastjson:1.6.1'
  • FastJson2 实现
implementation 'cn.zhxu:data-fastjson2:1.6.1'
  • FastJson2 Jsonb 实现
implementation 'cn.zhxu:data-fastjson2-jsonb:1.6.1'
  • Gson 实现
implementation 'cn.zhxu:data-gson:1.6.1'
  • Jackson 实现
implementation 'cn.zhxu:data-jackson:1.6.1'
  • Jackson Xml 实现
implementation 'cn.zhxu:data-jackson-xml:1.6.1'
  • Jackson Yaml 实现
implementation 'cn.zhxu:data-jackson-yaml:1.6.1'
  • Snack3 实现
implementation 'cn.zhxu:data-snack3:1.6.1'

衍生项目

  • [ OkHttps ] - 轻量却强大的 HTTP 客户端,前后端通用,支持 WebSocket 与 Stomp 协议

  • [ xJson Kit ] - 超轻量级 JSON 门面工具,用法简单,不依赖具体实现,让业务代码与 Jackson、Gson、Fastjson 等解耦!

友情链接

  • [ Bean Searcher ] - 比 MyBatis 开发效率快 100 倍的 只读 ORM,天生支持联表,使一行代码实现复杂列表检索成为可能!

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

About

提供 Json、Xml、Yaml 等结构化数据的统一抽象 API,是 OkHttps 与 JsonKit 的底层依赖

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages