typ0520 / JsonToDartClass

🚀Plugin for Android Studio And IntelliJ Idea to generate dart class code from JSON text ( Json to Dart )
GNU General Public License v3.0
36 stars 10 forks source link

inner classes in nested JSON and create classes in single file #3

Open LOG-TAG opened 4 years ago

LOG-TAG commented 4 years ago

https://plugins.jetbrains.com/plugin/12562-jsontodart just like this we need single file clas option in settings!

akindone commented 4 years ago

first, create a dart file; 2nd, Code->Generate->Dart class from json input the class name and copy the json string, click "generate" then you get all classes in single file

https://plugins.jetbrains.com/plugin/12562-jsontodart just like this we need single file clas option in settings!