Closed marioizquierdo closed 4 years ago
Fixes #56
Server JSON responses use emit_defaults: true to include all fields, even if they have zero-values. This is now the default behavior in the Go implementation (see https://github.com/twitchtv/twirp-ruby/issues/56).
emit_defaults: true
Fixes #56
Server JSON responses use
emit_defaults: true
to include all fields, even if they have zero-values. This is now the default behavior in the Go implementation (see https://github.com/twitchtv/twirp-ruby/issues/56).