serde-json-wasm
serde_json for Wasm programs (small, deterministic, no floats)
1.0.1
8.9M downloads/mo
#3323 most downloaded on crates.io
CosmWasm/serde-json-wasm
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 16 of 17 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
17 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Oct 2019 to Jan 2024Releases
latest 17-
1.0.123 Jan 2024 -
1.0.004 Aug 2023Release notes
Open source →Changed
-
Introduce
std(enabled by default) andunstablefeatures (#58). They enable corresponding serde’s features and if either is enabled,Errorimplementsstd::error::Errortrait. By itself,serde-json-wasmis nowno_std; it’s up to serde’s features whether the entire build is.<br/> Please note: this potentially breaksdefault-features = falsebuilds. If you need theErrortrait impl, enable one of the two features explicitly. -
Serialize / deserialize
u128/i128types as numbers instead of strings (#59).<br/> Please note: this breaks deserialization ofu128/i128serialized with older versions ofserde-json-wasm.
-
-
0.5.223 Jan 2024Nothing published for this version
-
0.5.111 Apr 2023 -
0.5.006 Dec 2022Release notes
Open source →Added
- Add support for map (de)serialization.
- Add support for
#[serde(flatten)](de)serialization (#20).
Changed
- Bump min supported Rust version to 1.59.0 (same as cosmwasm-std)
- Upgrade codebase to Rust edition 2021
-
0.4.105 May 2022 -
0.4.029 Mar 2022 -
0.3.214 Dec 2021Release notes
Open source →Added
- Add support for u128/i128 serialization and deserialization (#32, #33).<br/> Please note: this is incompatible with serde-json and schemars and for this reason discouraged to use.
-
0.3.119 Jan 2021 -
0.3.014 Jan 2021Release notes
Open source →Changed
Maintenance release:
- Update clippy version in CI to 1.49.0.
- Fix
clippy::manual-non-exhaustivewarnings.
-
0.2.314 Jan 2021 -
0.2.213 Jan 2021Release notes
Open source →Added
- Add support for unit structs serialization / deserialization.
- Add support for tuple variants serialization / deserialization.
- Add support for unit serialization / deserialization.
-
0.2.107 May 2020 -
0.1.312 Mar 2020 -
0.1.220 Dec 2019 -
0.1.127 Oct 2019 -
0.1.026 Oct 2019