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.5k stars 474 forks source link

Add support for merged objects in arrays #132

Open grische opened 3 months ago

grische commented 3 months ago

Depends on #128

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

EDIT: needs a bit more work