rust-embedded-community / serde-json-core

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

Add support for serialising tuple structs #70

Closed sigmaris closed 1 year ago

sigmaris commented 1 year ago

Following the convention described in serde's documentation, add support for serialising tuple structs as a JSON array. Tuple struct deserialisation is supported already, just serialisation support was missing.