package
0.0.0-20170831023922-64e0cf886c21
Repository: https://github.com/edwingeng/protobuf.git
Documentation: pkg.go.dev
# Packages
Package jsonpb is a generated protocol buffer package.
# 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
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.