quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

[Json to Dart]Not generate double variable correctlly

Open plitto007 opened this issue 5 years ago • 2 comments

If in json data, i have a value like this: "Distance": 20.0, The result will be int distance;

plitto007 avatar Jul 31 '20 19:07 plitto007

Yes, I have the same results. I had to do something like this to make it work 20.1234

Sun3 avatar Aug 05 '20 02:08 Sun3

is there any update in this issue?

azizainunnajib avatar Oct 10 '23 17:10 azizainunnajib