Closed sylvainsf closed 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.
false
Yep that would do it!
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.