Versions in this module Expand all Collapse all v0 v0.0.1 Sep 11, 2020 Changes in this version + func DecodeJSON(data []byte, out interface{}) error + func DecodeJSONFromReader(r io.Reader, out interface{}) error + func EncodeJSON(in interface{}) ([]byte, error) + func EncodeJSONToWriter(w io.Writer, in interface{}, prefix, indent string) error + func EncodeJSONWithIndentation(in interface{}) ([]byte, error) + func EncodeJSONWithoutErr(in interface{}) []byte