Versions in this module Expand all Collapse all v0 v0.5.0 Feb 26, 2021 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func NewDecoder(reader io.Reader) *jsoniter.Decoder + func NewEncoder(writer io.Writer) *jsoniter.Encoder + func Unmarshal(data []byte, v interface{}) error