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.48k stars 473 forks source link

path-like struct names for nested objects #130

Closed grische closed 1 month ago

grische commented 1 month ago

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

This depends on #128

grische commented 1 month ago

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