Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime - Emit default values in marshalled JSON
In order to make APIs more restful, require the marshaler to emit default values. By default, it omits empty types. This causes unexpected REST behavior by omitting all false values or zero-valued integers. Closes grpc-ecosystem#233
- Loading branch information