← back
JSON → Rust
offline
JSON to Rust Struct
Generate Rust structs with serde derives from JSON.
JSON Input
{"id":1,"name":"Alice","email":"alice@example.com","active":true,"score":98.5,"tags":["admin","user"]}
Convert
Copy Rust
Rust Struct