fsprojects / FSharp.Json

F# JSON Reflection based serialization library
Apache License 2.0
222 stars 26 forks source link

uints not supported #16

Closed oauo closed 5 years ago

oauo commented 5 years ago
JsonDeserializationError: JSON Path: guild. Not supported type: UInt64

Do I need to say more?

vsapronov commented 5 years ago

I will add support for it soon. Stay tuned.

On Tue, Apr 16, 2019, 20:52 Zoë Shackleton notifications@github.com wrote:

JsonDeserializationError: JSON Path: guild. Not supported type: UInt64

Do I need to say more?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vsapronov/FSharp.Json/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2FtvLPwZvz5njG4t88oO4wJip9RSMTks5vhnAwgaJpZM4cz-Ub .

vsapronov commented 5 years ago

https://github.com/vsapronov/FSharp.Json/pull/21

vsapronov commented 5 years ago

Please try version 0.3.7 - support for various numeric types was added