Versions in this module Expand all Collapse all v2 v2.6.5 Mar 21, 2024 v2.6.4 Mar 19, 2024 Changes in this version + func Marshal(v interface{}) (marshaledBytes []byte, err error) + func MarshalIndent(v interface{}, prefix, indent string) (marshaledBytes []byte, err error) + func NewDecoder(reader io.Reader) *json.Decoder + func NewEncoder(writer io.Writer) *json.Encoder + func Unmarshal(data []byte, v interface{}) (err error) + func UnmarshalUseNumber(data []byte, v interface{}) (err error) + func Valid(data []byte) bool + type RawMessage = json.RawMessage