# Functions
No description provided by the author
Marshals a protobuf to json using lossless any encoding.
No description provided by the author
No description provided by the author
No description provided by the author
Unmarshal unmarshals a JSON object from r into m.
Unmarshal unmarshals a JSON object from r into m.
UnmarshalNext unmarshals the next JSON object from d into m.
UnmarshalString unmarshals a JSON object from s into m.
No description provided by the author
# Structs
Marshaler is a configurable object for marshaling protocol buffer messages to the specified JSON representation.
Unmarshaler is a configurable object for converting from a JSON representation to a protocol buffer object.
# Interfaces
AnyResolver takes a type URL, present in an Any message, and resolves it into an instance of the associated message.
JSONPBMarshaler is implemented by protobuf messages that customize the way they are marshaled to JSON.
JSONPBUnmarshaler is implemented by protobuf messages that customize the way they are unmarshaled from JSON.