Closed rightisleft closed 9 years ago
patch works like a charm! might want to update supported types of the readme file - i assumed double would be supported :(
Serializing doubles fails again @eredo
@joaobiriba I saw your post on stackoverflow and took a look at your code. There's an issue with using doubles in properties which type is defined as "num". I opened an issue #27
If possible please use the "double" type as long as the bug isn't fixed.
Example Code: https://github.com/rightisleft/dartson_double
I'm building up a DTO that accepts a double for a value. When serializing from dart, i get the following error: