| commit | 3fe63ce68cbebfe60e042dacfd768e103f874cae | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Fri Aug 07 15:00:00 2015 +1000 |
| committer | David Symonds <dsymonds@golang.org> | Mon Aug 24 11:54:22 2015 +1000 |
| tree | 1ffc7919490bf3c944f22eac62db1b2a0e905b03 | |
| parent | 73aaaa9eb61d74fbf7e256ca586a3a565b308eea [diff] |
jsonpb: Reject unknown fields when parsing into a struct. This follows the proto3 JSON spec, and seems wise anyway.