Versions in this module Expand all Collapse all v0 v0.0.3 Nov 20, 2022 v0.0.2 Nov 20, 2022 Changes in this version + func MustMarshal(i interface{}) []byte + type JSONMarshaler struct + func (j *JSONMarshaler) ContentType() string + func (j *JSONMarshaler) Marshal(v interface{}) ([]byte, error) + func (j *JSONMarshaler) NewDecoder(r io.Reader) gwruntime.Decoder + func (j *JSONMarshaler) NewEncoder(w io.Writer) gwruntime.Encoder + func (j *JSONMarshaler) Unmarshal(data []byte, v interface{}) error