Versions in this module Expand all Collapse all v0 v0.1.1 Mar 1, 2021 v0.1.0 Mar 1, 2021 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error) + func NewDecoder(reader io.Reader) *json.Decoder + func NewEncoder(writer io.Writer) *json.Encoder + func Unmarshal(data []byte, v interface{}) error + func Valid(data []byte) bool