https://github.com/CosmWasm/serde-json-wasm
serde_json for Wasm programs (small, deterministic, no floats)
https://github.com/CosmWasm/serde-json-wasm
Last synced: 2 months ago
JSON representation
serde_json for Wasm programs (small, deterministic, no floats)
- Host: GitHub
- URL: https://github.com/CosmWasm/serde-json-wasm
- Owner: CosmWasm
- License: apache-2.0
- Fork: true (rust-embedded-community/serde-json-core)
- Created: 2019-10-25T22:36:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:03:16.000Z (10 months ago)
- Last Synced: 2025-03-25T19:21:20.031Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 6.3 MB
- Stars: 31
- Watchers: 1
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-cosmwasm - serde-json-wasm
README
# serde-json-wasm
[](https://crates.io/crates/serde-json-wasm)
[](https://docs.rs/serde-json-wasm)A [serde-json] alternative for [CosmWasm] smart contracts.
[serde-json]: https://crates.io/crates/serde_json
[cosmwasm]: https://cosmwasm.com/## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.