JSON requests ignore unknown fields
- Feature: #60 Ignore unknown JSON fields when decoding requests, which allows better backwards compatibility guarantees when updating/renaming fields in the proto file definition, which is closer to what it is possible when using Protobuf. Twirp Ruby now requires the
google-protobuf
to be>= 3.7.0
.