We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebc6c4 commit 8a5d8e8Copy full SHA for 8a5d8e8
jsonpb/jsonpb.go
@@ -62,9 +62,6 @@ type Marshaler struct {
62
// Whether to render enum values as integers, as opposed to string values.
63
EnumsAsInts bool
64
65
- // EnumsAsString is DEPRECATED and does nothing.
66
- EnumsAsString bool
67
-
68
// A string to indent each level by. The presence of this field will
69
// also cause a space to appear between the field separator and
70
// value, and for newlines to be appear between fields and array
0 commit comments