[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9380":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},9380,"json_to_dart","javiercbk\u002Fjson_to_dart","javiercbk","Library that generates dart classes from json strings","https:\u002F\u002Fjaviercbk.github.io\u002Fjson_to_dart\u002F",null,"Dart",1339,381,1,40,0,55.75,"The Unlicense",true,false,"master",[23,24,25],"dart","flutter","json","2026-06-12 04:00:44","# JSON to Dart\n\n[![Build Status](https:\u002F\u002Ftravis-ci.org\u002Fjaviercbk\u002Fjson_to_dart.svg?branch=master)](https:\u002F\u002Ftravis-ci.org\u002Fjaviercbk\u002Fjson_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:\u002F\u002Fflutter.io\u002Fjson\u002F#serializing-json-manually-using-dartconvert).\n\n## Caveats\n\n- When an empty array is given, it will create a List\u003CNull>. 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","json_to_dart 是一个用于从 JSON 字符串生成 Dart 类的库。它能够根据提供的 JSON 数据自动生成符合 Flutter 开发规范的模型类，极大地简化了手动编写序列化\u002F反序列化代码的过程。该工具特别适合于需要快速开发或维护大量 API 接口数据结构的 Flutter 项目中使用，帮助开发者节省时间并减少错误。尽管如此，在处理空数组、相同结构重复出现以及特殊命名属性时存在一些限制，使用者需注意这些潜在问题。",2,"2026-06-11 03:22:25","top_language"]