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

omitempty setting #105

Closed yaq-cc closed 2 years ago

yaq-cc commented 2 years ago

Can you expose a setting to add an omitempty tag to all fields?

It's easier to remove them manually than it is to add them manually to every single line.

mholt commented 2 years ago

Sure, that'd be fine, I'd accept a PR adding that!

mholt commented 2 years ago

Thanks to @YaroslavPodorvanov for this feature!