//
pkg.gl
Category
github.com/things-go/encoding
jsonpb
package
1.2.0
Repository:
https://github.com/things-go/encoding.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
9
Dependents
1
Files
315 SLOC
#
Structs
Codec
Codec is a Marshaler which marshals/unmarshals into/from JSON with the "google.golang.org/protobuf/encoding/protojson" marshaler.
DecoderWrapper
DecoderWrapper is a wrapper around a *json.Decoder that adds support for protos to the Decode method.