javiercbk / json_to_dart

Library that generates dart classes from json strings
https://javiercbk.github.io/json_to_dart/
The Unlicense
1.33k stars 373 forks source link

Unable to generate a complete mechanism Lack of class #34

Closed jahnli closed 5 years ago

jahnli commented 5 years ago

Unable to generate a complete mechanism Lack of class

QQ截图20190809172833 QQ截图20190809172816

When I'm done copying, I'm prompted that I'm missing a class

QQ截图20190809173027

jahnli commented 5 years ago

{ "config": { "searchUrl": "https://m.ctrip.com/restapi/h5api/searchapp/search?source=mobileweb&action=autocomplete&contentType=json&keyword=1" }, "localNavList": [ { "icon": "http://www.devio.org/io/flutter_app/img/ln_ticket.png", "title": "景点·玩乐", "url": "https://m.ctrip.com/html5/ticket/", "statusBarColor": "19A0F0", "hideAppBar": true }, { "icon": "http://www.devio.org/io/flutter_app/img/ln_guide.png", "title": "当地攻略", "url": "https://m.ctrip.com/webapp/you/", "statusBarColor": "19A0F0", "hideAppBar": true } ], "salesBox": { "icon": "http://www.devio.org/io/flutter_app/img/sales_box_huodong.png", "moreUrl": "https://contents.ctrip.com/activitysetupapp/mkt/index/moreact", "bigCard1": { "icon": "https://dimg04.c-ctrip.com/images/700t0y000000m71h523FE_375_260_342.png", "url": "https://contents.ctrip.com/buildingblocksweb/special/membershipcard/index.html?sceneid=1&productid=14912&ishidenavbar=yes&pushcode=act_svip_hm31", "title": "活动" }, "bigCard2": { "icon": "https://dimg04.c-ctrip.com/images/700a10000000portu2BAD_375_260_342.jpg", "url": "https://m.ctrip.com/webapp/you/livestream/plan/crhHotelList.html?liveAwaken=true&isHideHeader=true&isHideNavBar=YES&mktcrhcode=hotevent", "title": "活动" } } }

javiercbk commented 5 years ago

Sorry for this bug!!!

I've fixed this already. Thanks for your report