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

Add support for merged objects in arrays #132

Open grische opened 4 months ago

grische commented 4 months ago

Depends on #128

Improves #65 by merging identical definitions within the same array (see sample).

EDIT: needs a bit more work