package
1.5.4
Repository: https://github.com/golang/protobuf.git
Documentation: pkg.go.dev

# Functions

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.

# 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.