{"id":21719730,"url":"https://github.com/troyzhxu/data","last_synced_at":"2026-03-01T22:03:46.566Z","repository":{"id":255290396,"uuid":"849122724","full_name":"troyzhxu/data","owner":"troyzhxu","description":"提供 Json、Xml、Yaml 等结构化数据的统一抽象 API，是 OkHttps 与 JsonKit 的底层依赖","archived":false,"fork":false,"pushed_at":"2024-08-30T09:54:15.000Z","size":244,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-10-07T10:37:41.713Z","etag":null,"topics":["faceapi","json","jsonb","xml","yaml"],"latest_commit_sha":null,"homepage":"https://github.com/troyzhxu/data","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/troyzhxu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T02:45:35.000Z","updated_at":"2024-08-30T06:51:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a6cc795-b9fc-46dc-b3ee-e2db568506f8","html_url":"https://github.com/troyzhxu/data","commit_stats":null,"previous_names":["troyzhxu/data"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/troyzhxu/data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troyzhxu%2Fdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troyzhxu%2Fdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troyzhxu%2Fdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troyzhxu%2Fdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/troyzhxu","download_url":"https://codeload.github.com/troyzhxu/data/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troyzhxu%2Fdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29986242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T21:06:37.093Z","status":"ssl_error","status_checked_at":"2026-03-01T21:05:45.052Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["faceapi","json","jsonb","xml","yaml"],"created_at":"2024-11-26T01:41:54.470Z","updated_at":"2026-03-01T22:03:46.548Z","avatar_url":"https://github.com/troyzhxu.png","language":"Java","readme":"# data\n\n\u003cp\u003e\n    \u003ca href=\"https://maven-badges.herokuapp.com/maven-central/cn.zhxu/data/\"\u003e\u003cimg src=\"https://maven-badges.herokuapp.com/maven-central/cn.zhxu/data/badge.svg\" alt=\"Maven Central\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://gitee.com/troyzhxu/data/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/hexpm/l/plug.svg\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://gitee.com/troyzhxu\"\u003e\u003cimg src=\"https://img.shields.io/badge/%E4%BD%9C%E8%80%85-troyzhxu-orange.svg\" alt=\"Troy.Zhou\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### 介绍\n\n提供 JSON、XML 等结构化数据的统一抽象 API\n\n* 核心依赖\n\n```groovy\nimplementation 'cn.zhxu:data-core:1.6.1'\n```\n\n* FastJson 实现\n\n```groovy\nimplementation 'cn.zhxu:data-fastjson:1.6.1'\n```\n\n* FastJson2 实现\n\n```groovy\nimplementation 'cn.zhxu:data-fastjson2:1.6.1'\n```\n\n* FastJson2 Jsonb 实现\n\n```groovy\nimplementation 'cn.zhxu:data-fastjson2-jsonb:1.6.1'\n```\n\n* Gson 实现\n\n```groovy\nimplementation 'cn.zhxu:data-gson:1.6.1'\n```\n\n* Jackson 实现\n\n```groovy\nimplementation 'cn.zhxu:data-jackson:1.6.1'\n```\n\n* Jackson Xml 实现\n\n```groovy\nimplementation 'cn.zhxu:data-jackson-xml:1.6.1'\n```\n\n* Jackson Yaml 实现\n\n```groovy\nimplementation 'cn.zhxu:data-jackson-yaml:1.6.1'\n```\n\n* Snack3 实现\n\n```groovy\nimplementation 'cn.zhxu:data-snack3:1.6.1'\n```\n\n### 衍生项目\n\n* [**[ OkHttps ]**](https://gitee.com/troyzhxu/okhttps) - 轻量却强大的 HTTP 客户端，前后端通用，支持 WebSocket 与 Stomp 协议\n\n* [**[ xJson Kit ]**](https://gitee.com/troyzhxu/xjsonkit) - 超轻量级 JSON 门面工具，用法简单，不依赖具体实现，让业务代码与 Jackson、Gson、Fastjson 等解耦！\n\n### 友情链接\n\n* [**[ Bean Searcher ]**](https://github.com/troyzhxu/bean-searcher) - 比 MyBatis 开发效率快 100 倍的 只读 ORM，天生支持联表，使一行代码实现复杂列表检索成为可能！\n\n### 参与贡献\n\n1.  Fork 本仓库\n2.  新建 Feat_xxx 分支\n3.  提交代码\n4.  新建 Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroyzhxu%2Fdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftroyzhxu%2Fdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroyzhxu%2Fdata/lists"}