mholt / json-to-go

Translates JSON into a Go type in your browser instantly (original)
https://mholt.github.io/json-to-go/
MIT License
4.51k stars 475 forks source link

path-like struct names for nested objects #130

Closed grische closed 4 months ago

grische commented 4 months ago

This has nice synergies with #131 that makes structs basically never require numeric postfixes.

This depends on #128

grische commented 4 months ago

Merged into #131 as there's not much benefit of having this without the other