{"id":23922596,"url":"https://github.com/datenhahn/python-sassyjson","last_synced_at":"2026-05-14T08:36:22.176Z","repository":{"id":98583617,"uuid":"504678905","full_name":"datenhahn/python-sassyjson","owner":"datenhahn","description":"sassyjson is an automatic json objectmapper for python.","archived":false,"fork":false,"pushed_at":"2022-06-20T12:55:23.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-23T22:28:13.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/datenhahn.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}},"created_at":"2022-06-17T21:42:03.000Z","updated_at":"2023-12-17T14:30:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb957f31-6eed-4ac9-9f91-75feeea7ffd7","html_url":"https://github.com/datenhahn/python-sassyjson","commit_stats":null,"previous_names":["datenhahn/python-sassyjson"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/datenhahn/python-sassyjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Fpython-sassyjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Fpython-sassyjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Fpython-sassyjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Fpython-sassyjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datenhahn","download_url":"https://codeload.github.com/datenhahn/python-sassyjson/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Fpython-sassyjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33017357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-05T17:15:07.151Z","updated_at":"2026-05-14T08:36:22.158Z","avatar_url":"https://github.com/datenhahn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sassyjson \n\nsassyjson is an automatic json objectmapper for python.\n\n## Install\n\n```\npip install \n```\n\n## Usage\n\n```python\n@dataclass\nclass MyNestedClass:\n    message: str\n\n@dataclass\nclass MyCustomClass:\n    timestamp: datetime\n    nested_message: MyNestedClass\n\n \nmy_instance = MyCustomClass(timestamp=datetime(2022,6,17),\n                            nested_message=MyNestedClass(\"Hello World!\"))\n\n# Will generate the following string from the instance:\n# '{\"nested_message\": {\"message\": \"Hello World!\"}, \"timestamp\": \"2022-06-17T00:00:00.000000\"}'\njson_string = sassyjson.to_json(my_instance)\n\n# Will generate a new MyCustomClass instance from the json string\nnew_instance = sassyjson.from_json(json_string, MyCustomClass)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatenhahn%2Fpython-sassyjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatenhahn%2Fpython-sassyjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatenhahn%2Fpython-sassyjson/lists"}