Documentation ¶
Overview ¶
Package jsonpb provides a json codec
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( JsonpbMarshaler = jsonpb.MarshalOptions{ UseEnumNumbers: false, EmitUnpopulated: false, UseProtoNames: true, AllowPartial: false, } JsonpbUnmarshaler = jsonpb.UnmarshalOptions{ DiscardUnknown: false, AllowPartial: false, } OldJsonpbMarshaler = oldjsonpb.Marshaler{ OrigName: true, EmitDefaults: false, } OldJsonpbUnmarshaler = oldjsonpb.Unmarshaler{ AllowUnknownFields: false, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.