Versions in this module Expand all Collapse all v0 v0.2.0 Mar 26, 2025 Changes in this version type JSONPb + func (j *JSONPb) Marshal(v any) ([]byte, error) + func (j *JSONPb) Marshals(v any) bool + func (j *JSONPb) Name() string + func (j *JSONPb) Unmarshal(b []byte, v any) error + func (j *JSONPb) Unmarshals(v any) bool v0.1.0 Feb 24, 2025 Changes in this version + type JSONPb struct + func (j *JSONPb) ContentTypes() []string + func (j *JSONPb) Decode(b []byte, v any) error + func (j *JSONPb) Decodes(v any) bool + func (j *JSONPb) Encode(v any) ([]byte, error) + func (j *JSONPb) Encodes(v any) bool + func (j *JSONPb) Exts() []string + func (j *JSONPb) NewDecoder(r io.Reader) codecs.Decoder + func (j *JSONPb) NewEncoder(w io.Writer) codecs.Encoder + func (j *JSONPb) String() string