CosmWasm / serde-json-wasm

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

Any plan for Value support? #52

Closed songtianyi closed 1 year ago

songtianyi commented 1 year ago

Std version serde-json has serde_json::Value type so that we can deal with any JSON even if we don't know its struct. But It is not found in serde_json core.

0xLaurenzo commented 1 year ago

For anyone else seeing this issue, this exists: https://github.com/CosmWasm/serde-cw-value