CosmWasm / serde-json-wasm

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

Add support for unit serialization / deserialization #24

Closed webmaster128 closed 3 years ago

webmaster128 commented 3 years ago

We'll need this to serialize ContractResult<()> in the IBC code. The ok case is then serialized as { "ok": null }.