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

Fields is null error #2

Open czqasngit opened 5 years ago

czqasngit commented 5 years ago

If a field in JSON is null, the corresponding Object type will be generated, and Object.fromJSON will issue an error.

starup commented 4 years ago

@czqasngit same problem , any solution?