hiranthaR / Json-to-Dart-Model

Json to Dart Model extension can convert JSON objects into Dart data classes. It supports pure Dart class conversion, Flutter-recommended JSON serialization using annotations, Freezed support, Effective Dart:Style, and many more features. Currently, it has more than 135,000 installs.
https://marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
MIT License
93 stars 18 forks source link

json schema support #53

Open Miamoto-Musashi opened 3 years ago

Miamoto-Musashi commented 3 years ago

a clean and shared way to describe the model is json schema there are dart generators out there but none of them is really well working; probably there is room to be in a good niche market.