glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.79k stars 1.04k forks source link

Fix omit empty #2505

Closed Adam724 closed 5 months ago

Adam724 commented 5 months ago

Fixing logic for Golang omitEmpty option. The tag should only be added when the flag is set and the field is optional. Presently, if flag is set, it will be added regardless.