fanatic / go-infoblox

Golang Infoblox WAPI Library (Deprecated)
16 stars 26 forks source link

remove omitempty json option for boolean flags as it omits false #34

Closed sylvainsf closed 6 years ago

sylvainsf commented 6 years ago

The Go JSON library considers a false value to be empty and omits it, but we want it to be present when setting it to false.

fanatic commented 6 years ago

Yep that would do it!