Closed songtianyi closed 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.
For anyone else seeing this issue, this exists: https://github.com/CosmWasm/serde-cw-value
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.