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

Add support for merged objects in arrays #132

Open grische opened 1 month ago

grische commented 1 month ago

Depends on #128

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

EDIT: needs a bit more work