kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

Double value should keep decimal portion when calling fromJsonValue on JsonAdapter<Document> #97

Closed jasonbekolay closed 5 years ago

jasonbekolay commented 5 years ago

Failing test is in this PR: https://github.com/kamikat/moshi-jsonapi/pull/96

Thank you for all your work on moshi-jsonapi!

kamikat commented 5 years ago

Merged :tada:

jasonbekolay commented 4 years ago

@kamikat Can you release a new version with this fix? Thanks again for reviewing and merging my PR!