rust-embedded-community / serde-json-core

`serde-json` for `no_std` programs
Apache License 2.0
161 stars 59 forks source link

Add string escaping during serialization #92

Open ryan-summers opened 3 months ago

ryan-summers commented 3 months ago

Currently, escaping strings during serialization is not yet implemented (or at least the main README docs claim this). This would be nice to have from a user perspective.