JSON to Rust Struct
Convert JSON objects into Rust struct definitions with Serde attributes.
JSON Input
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Rust Struct Output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Rust definitions will appear here...
Convert JSON objects into Rust struct definitions with Serde attributes.