{"id":26741109,"url":"https://github.com/brianburton/javimmutable-jackson","last_synced_at":"2026-05-02T14:35:23.118Z","repository":{"id":51278422,"uuid":"115386180","full_name":"brianburton/javimmutable-jackson","owner":"brianburton","description":"Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles JImmutable collections.","archived":false,"fork":false,"pushed_at":"2021-05-18T02:51:36.000Z","size":72,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T13:09:44.659Z","etag":null,"topics":["jackson","java","json"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brianburton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-26T04:44:27.000Z","updated_at":"2021-05-18T02:51:38.000Z","dependencies_parsed_at":"2022-09-08T18:30:39.174Z","dependency_job_id":null,"html_url":"https://github.com/brianburton/javimmutable-jackson","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianburton%2Fjavimmutable-jackson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianburton%2Fjavimmutable-jackson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianburton%2Fjavimmutable-jackson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianburton%2Fjavimmutable-jackson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianburton","download_url":"https://codeload.github.com/brianburton/javimmutable-jackson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978200,"owners_count":20703675,"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","json"],"created_at":"2025-03-28T05:31:51.414Z","updated_at":"2026-05-02T14:35:23.082Z","avatar_url":"https://github.com/brianburton.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jackson JSON Module for Javimmutable Collections\n\nThis library provides an extension to allow the Jackson library to convert Jimmutable collections into JSON and back.  To use the module simply create a JImmutableModule and pass it to your ObjectMapper.\n\n````\n        ObjectMapper mapper = new ObjectMapper();\n        mapper.registerModules(new JImmutableModule());\n````\n\nOnce this has been done Jackson can automatically serialize and deserialize JImmutableLists, JImmutableSets, and JImmutableMaps.\n\nThis module requires JImmutable Collections 3.0.0 or higher and Jackson databind version 2.9.10.7 or higher.\n\n````\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.fasterxml.jackson.core\u003c/groupId\u003e\n            \u003cartifactId\u003ejackson-databind\u003c/artifactId\u003e\n            \u003cversion\u003e2.9.10.7\u003c/version\u003e\n            \u003cscope\u003eprovided\u003c/scope\u003e\n        \u003c/dependency\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.javimmutable\u003c/groupId\u003e\n            \u003cartifactId\u003ejavimmutable-collections\u003c/artifactId\u003e\n            \u003cversion\u003e3.0.0\u003c/version\u003e\n            \u003cscope\u003eprovided\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n````\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianburton%2Fjavimmutable-jackson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianburton%2Fjavimmutable-jackson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianburton%2Fjavimmutable-jackson/lists"}