package
1.2.0
Repository: https://github.com/things-go/encoding.git
Documentation: pkg.go.dev

# Structs

Codec is a Marshaler which marshals/unmarshals into/from JSON with the "google.golang.org/protobuf/encoding/protojson" marshaler.
DecoderWrapper is a wrapper around a *json.Decoder that adds support for protos to the Decode method.