CosmWasm / serde-json-wasm

serde_json for Wasm programs (small, deterministic, no floats)
Apache License 2.0
30 stars 15 forks source link

de::Deserializer::deserialize_any does not support u128 #68

Open gmanev7 opened 1 month ago

gmanev7 commented 1 month ago

u128 is serialized as a number but fails on deserialization when asked with deserialize_any.

Is there any reason not to support it?