{"id":24390507,"url":"https://github.com/rimurudev/unity-reactivepropertyconverter","last_synced_at":"2026-04-05T22:06:09.655Z","repository":{"id":272824911,"uuid":"872319135","full_name":"RimuruDev/Unity-ReactivePropertyConverter","owner":"RimuruDev","description":"ReactivePropertyConverter for ReactiveProperty -\u003e For small projects, so as not to import UniRx or R3.","archived":false,"fork":false,"pushed_at":"2025-01-16T20:59:13.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T21:20:53.867Z","etag":null,"topics":["json","json-properties","newtonsoft-json","r3","react","reactive-properties","rimuru-dev","rimurudev","unity","unity-data","unity-json","unity-react","unity-reactive-property","unity-save"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RimuruDev.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-10-14T08:28:38.000Z","updated_at":"2025-01-16T21:09:10.000Z","dependencies_parsed_at":"2025-01-16T21:20:56.194Z","dependency_job_id":"332abc31-5c79-4f04-afca-6c9033ac08eb","html_url":"https://github.com/RimuruDev/Unity-ReactivePropertyConverter","commit_stats":null,"previous_names":["rimurudev/unity-reactivepropertyconverter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactivePropertyConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactivePropertyConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactivePropertyConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimuruDev%2FUnity-ReactivePropertyConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RimuruDev","download_url":"https://codeload.github.com/RimuruDev/Unity-ReactivePropertyConverter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307495,"owners_count":20270263,"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":["json","json-properties","newtonsoft-json","r3","react","reactive-properties","rimuru-dev","rimurudev","unity","unity-data","unity-json","unity-react","unity-reactive-property","unity-save"],"created_at":"2025-01-19T16:18:06.485Z","updated_at":"2025-12-28T22:34:32.694Z","avatar_url":"https://github.com/RimuruDev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity -\u003e Reactive Property Converter\nReactivePropertyConverter for [ReactiveProperty](https://github.com/RimuruDev/Unity-ReactiveProperty-Helper)\n\nDependency: \n```json \n{\n  \"dependencies\": {\n    \"com.unity.nuget.newtonsoft-json\": \"3.2.1\",\n }\n}\n```\n\n# Example\n\n```cs\n    [Serializable]\n    public class HalloweenUserProgress\n    {\n        [JsonProperty(\"Currency\")] \n        [JsonConverter(typeof(ReactivePropertyConverter))]\n        public ReactiveProperty\u003cint\u003e Currency = new();\n\n        [JsonProperty(\"LevelProgress\")] \n        [JsonConverter(typeof(ReactivePropertyConverter))]\n        public ReactiveProperty\u003cList\u003cLevelProgress\u003e\u003e LevelProgress = new();\n    }\n```\n\n## Before use `[JsonConverter(typeof(ReactivePropertyConverter))]`\n\n\u003cimg width=\"306\" alt=\"image\" src=\"https://github.com/user-attachments/assets/08a23669-4f23-412f-b5f1-4b2235c91314\"\u003e\n\n## After use `[JsonConverter(typeof(ReactivePropertyConverter))]`\n\n\u003cimg width=\"230\" alt=\"image\" src=\"https://github.com/user-attachments/assets/321edaee-8b5a-4012-b9e0-cec0ff098ab0\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimurudev%2Funity-reactivepropertyconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frimurudev%2Funity-reactivepropertyconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimurudev%2Funity-reactivepropertyconverter/lists"}