Loading…
Convert JSON data to Go struct definitions with proper types and tags.
Customize the Go struct generation settings
Smart Type Detection
Automatically detects Go types from JSON values
Nested Struct Generation
Creates separate structs for nested objects
JSON Tags & Validation
Generates proper JSON tags and validation rules
Time Detection
Recognizes ISO timestamps and uses time.Time
Field Naming
Snake_case JSON keys become PascalCase Go fields
Array Handling
Arrays become slices with inferred element types
Pointer Options
Enable pointers for optional fields
Validation Tags
Auto-generates validation rules for common patterns