{"id":16231557,"url":"https://github.com/okaryo/jsoniser","last_synced_at":"2025-08-24T01:30:36.147Z","repository":{"id":56833415,"uuid":"466312111","full_name":"okaryo/jsoniser","owner":"okaryo","description":"Dart package that provides class serialization to json.","archived":true,"fork":false,"pushed_at":"2022-03-05T03:31:57.000Z","size":9,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T08:49:38.128Z","etag":null,"topics":["dart","json","serialization"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/jsoniser","language":"Dart","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/okaryo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-05T00:50:33.000Z","updated_at":"2024-12-20T05:33:37.000Z","dependencies_parsed_at":"2022-09-05T02:41:21.352Z","dependency_job_id":null,"html_url":"https://github.com/okaryo/jsoniser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/okaryo/jsoniser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaryo%2Fjsoniser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaryo%2Fjsoniser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaryo%2Fjsoniser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaryo%2Fjsoniser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okaryo","download_url":"https://codeload.github.com/okaryo/jsoniser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okaryo%2Fjsoniser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271778264,"owners_count":24819270,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":["dart","json","serialization"],"created_at":"2024-10-10T13:06:04.776Z","updated_at":"2025-08-24T01:30:35.876Z","avatar_url":"https://github.com/okaryo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Test and Lint](https://github.com/okaryo/jsoniser/actions/workflows/test-and-lint.yml/badge.svg)](https://github.com/okaryo/jsoniser/actions/workflows/test-and-lint.yml)\n\n# jsoniser\n\nDart package that provides class serialization to json.\n\n## Usage\n```dart\nclass User with Jsoniser {\n  final string name;\n  final int age;\n\n  const User(this.name, this.age);\n}\n\nfinal user = User('okaryo', 100);\nprint(user.toJson());\n// {'name': 'okaryo', 'age': 100}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokaryo%2Fjsoniser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokaryo%2Fjsoniser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokaryo%2Fjsoniser/lists"}