# Functions
Unmarshal unmarshals a JSON object stream into a protocol buffer.
UnmarshalNext unmarshals the next protocol buffer from a JSON object stream.
UnmarshalString will populate the fields of a protocol buffer based on a JSON string.
# Structs
Marshaler is a configurable object for converting between protocol buffer objects and a JSON representation for them.
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.