Type Generators Runs locally
JSON → Rust Struct converter
Generate serde-ready Rust structs from JSON locally, with nested objects, vectors, and renamed fields.
JSONRust Struct
Private · browser only
Your data stays in this browser. Nothing is uploaded.
Conversion directions
Direction 01
JSON to Rust Struct
Generate serde-ready Rust structs from JSON.
Frequently asked questions
Does the output work with serde?
Yes. Generated structs derive Serialize and Deserialize and add rename attributes when required.
What type is used for JSON numbers?
Integers use i64 and decimal values use f64.