{"id":20700333,"url":"https://github.com/kptfh/json-reactive","last_synced_at":"2025-04-22T22:33:45.387Z","repository":{"id":93508752,"uuid":"151535090","full_name":"kptfh/json-reactive","owner":"kptfh","description":"Reactive Json object mapper based on Jackson","archived":false,"fork":false,"pushed_at":"2019-02-11T15:17:10.000Z","size":37,"stargazers_count":6,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T19:34:29.470Z","etag":null,"topics":["jackson","java","java-8","json","reactive","reactor","rxjava2"],"latest_commit_sha":null,"homepage":"","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/kptfh.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}},"created_at":"2018-10-04T07:34:23.000Z","updated_at":"2023-09-02T09:56:22.000Z","dependencies_parsed_at":"2023-04-16T05:47:30.141Z","dependency_job_id":null,"html_url":"https://github.com/kptfh/json-reactive","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"cd605196e85b50ba4b60f9ecd65d32102ca10a69"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kptfh%2Fjson-reactive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kptfh%2Fjson-reactive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kptfh%2Fjson-reactive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kptfh%2Fjson-reactive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kptfh","download_url":"https://codeload.github.com/kptfh/json-reactive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250334086,"owners_count":21413502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["jackson","java","java-8","json","reactive","reactor","rxjava2"],"created_at":"2024-11-17T00:35:00.449Z","updated_at":"2025-04-22T22:33:45.338Z","avatar_url":"https://github.com/kptfh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-reactive\n\n[ ![Download](https://api.bintray.com/packages/kptfh/json-reactive/json/images/download.svg) ](https://bintray.com/kptfh/json-reactive/json/_latestVersion)\n\nUse Json Reactive to make POJO binding reactively \n\n## Overview\n\nImplementation of reactive json object reader over Jackson non blocking json parser.\n\n## Modules\n  \n  **_json-nonblocking_** : non blocking implementation that can be wrapped with any reactive approach\n  \n  **_json-reactor_** : io.projectreactor implementation \n  \n  **_json-rx2_** : rxJava2 implementation\n  \n## Usage io.projectreactor \n\n```java\nReactorObjectReader reader = new ReactorObjectReader(new JsonFactory());\n\nFlux\u003cTestEntity\u003e testEntityRed = reader.readElements(byteBuffers, objectMapper.readerFor(TestEntity.class));\n```\n\n## Usage rxJava2 \n\n```java\nRx2ObjectReader reader = new Rx2ObjectReader(new JsonFactory());\n\nFlowable\u003cTestEntity\u003e testEntityRed = reader.readElements(byteBuffers, objectMapper.readerFor(TestEntity.class));\n```\n\n## Maven\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ebintray-kptfh-feign-reactive\u003c/id\u003e\n        \u003cname\u003ebintray\u003c/name\u003e\n        \u003curl\u003ehttps://dl.bintray.com/kptfh/json-reactive\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n...\n\u003cdependencies\u003e\n    ...\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eio.kptfh.reactivejson\u003c/groupId\u003e\n        \u003cartifactId\u003ejson-reactor\u003c/artifactId\u003e\n        \u003cversion\u003e0.0.1\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    or if you tend to use Rx2 interfaces\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eio.kptfh.reactivejson\u003c/groupId\u003e\n        \u003cartifactId\u003ejson-rx2\u003c/artifactId\u003e\n        \u003cversion\u003e0.0.1\u003c/version\u003e\n    \u003c/dependency\u003e\n    ...\n\u003c/dependencies\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkptfh%2Fjson-reactive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkptfh%2Fjson-reactive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkptfh%2Fjson-reactive/lists"}