{"id":13471882,"url":"https://javiercbk.github.io/json_to_dart/","last_synced_at":"2025-03-26T15:30:40.635Z","repository":{"id":38429075,"uuid":"130306735","full_name":"javiercbk/json_to_dart","owner":"javiercbk","description":"Library that generates dart classes from json strings","archived":false,"fork":false,"pushed_at":"2024-04-16T09:40:49.000Z","size":2994,"stargazers_count":1328,"open_issues_count":39,"forks_count":373,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-10-29T17:57:00.861Z","etag":null,"topics":["dart","flutter","json"],"latest_commit_sha":null,"homepage":"https://javiercbk.github.io/json_to_dart/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javiercbk.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":"2018-04-20T04:00:41.000Z","updated_at":"2024-10-22T08:29:28.000Z","dependencies_parsed_at":"2024-05-02T13:02:35.603Z","dependency_job_id":"f8f915dd-e4ac-451c-8863-be137de8d1a4","html_url":"https://github.com/javiercbk/json_to_dart","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercbk%2Fjson_to_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercbk%2Fjson_to_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercbk%2Fjson_to_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercbk%2Fjson_to_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javiercbk","download_url":"https://codeload.github.com/javiercbk/json_to_dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245351986,"owners_count":20601092,"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":["dart","flutter","json"],"created_at":"2024-07-31T16:00:50.041Z","updated_at":"2025-03-26T15:30:40.609Z","avatar_url":"https://github.com/javiercbk.png","language":"Dart","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# JSON to Dart\n\n[![Build Status](https://travis-ci.org/javiercbk/json_to_dart.svg?branch=master)](https://travis-ci.org/javiercbk/json_to_dart)\n\nGiven a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON.\n\nThis library is designed to generate Flutter friendly model classes following the [flutter's doc recommendation](https://flutter.io/json/#serializing-json-manually-using-dartconvert).\n\n## Caveats\n\n- When an empty array is given, it will create a List\u003cNull\u003e. Such weird behaviour should warn the user that there is no data to extract.\n- Equal structures are not detected yet (Equal classes are going to be created over and over).\n- Properties named with funky names (like \"!breaks\", \"|breaks\", etc) or keyword (like \"this\", \"break\", \"class\", etc) will produce syntax errors.\n- Array of arrays are not supported:\n\n```json\n[[{ \"isThisSupported\": false }]]\n```\n\n```json\n[{ \"thisSupported\": [{ \"cool\": true }] }]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/javiercbk.github.io%2Fjson_to_dart%2F","html_url":"https://awesome.ecosyste.ms/projects/javiercbk.github.io%2Fjson_to_dart%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/javiercbk.github.io%2Fjson_to_dart%2F/lists"}