TypeSchema
Home
Specification
Generator
Integration
Ecosystem
Tools
History
TypeSchema
/
Generator
/ Rust
Rust DTO Generator
{ "definitions": { "Student": { "type": "struct", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "type": "integer" } } } }, "root": "Student" }
Generate