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

there are quotes (`) in the variable #5

Open mbahgojol opened 4 years ago

mbahgojol commented 4 years ago

image

mbahgojol commented 4 years ago

this is json that i use

{ "message": "Successfully show data.", "title": "Cari NIK", "data": [ { "id": 3, "nik": "3172012104911001", "nama": "HARIANTO" }, { "id": 9, "nik": "3172012104911001", "nama": "HARIANTO" } ], "success": true }

baoxin commented 4 years ago

同样的问题,作者应该是用了他自己的kotlin的那个json代码生成逻辑...处理了kotlin的关键字