wuseal / JsonToKotlinClass

🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
GNU General Public License v3.0
3.1k stars 176 forks source link

Fixed negative numbers could not be converted to Long #410

Closed AppleSa closed 1 year ago

AppleSa commented 1 year ago

修复了负数无法被正常转换成Long类型

wuseal commented 1 year ago

Thank you for fix this bug