Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:03:16.000Z (5 months ago)
- Last Synced: 2024-10-08T01:46:24.027Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 6.3 MB
- Stars: 30
- Watchers: 3
- Forks: 15
- Open Issues: 8
-
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
[![serde-json-wasm on crates.io](https://img.shields.io/crates/v/serde-json-wasm.svg)](https://crates.io/crates/serde-json-wasm)
[![Docs](https://docs.rs/serde-json-wasm/badge.svg)](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.