Home
Softono
serde-json-core

serde-json-core

Open source Apache-2.0 Rust
194
Stars
74
Forks
15
Issues
4
Watchers
6 months
Last Commit

About serde-json-core

serde-json-core is a lightweight adaptation of the popular serde-json library designed specifically for nostd programs in Rust. It provides essential JSON serialization and deserialization capabilities without relying on the standard library, making it suitable for embedded systems, microcontrollers, and other resource-constrained environments where the standard library is unavailable. The crate supports core Serde traits and APIs familiar to users of serde-json and is maintained by the rust-embedded-community. It requires a minimum supported Rust version of 1.87.0 and is dual-licensed under Apache 2.0 and MIT.

Platforms

Web Self-hosted

Languages

Rust

Links

serde-json-core

serde-json for no_std programs

This project is developed and maintained by the rust-embedded-community.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.87.0 and up. It might compile with older versions but that may change in any new patch release.

License

Licensed under either of

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.