Documentation ¶ Index ¶ func Decode(r io.Reader, v any) error func Encode(w io.Writer, v any) error func Marshal(v any) ([]byte, error) func MarshalIndent(v any, prefix, indent string) ([]byte, error) func Unmarshal(data []byte, v any) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decode ¶ func Decode(r io.Reader, v any) error func Encode ¶ func Encode(w io.Writer, v any) error func Marshal ¶ func Marshal(v any) ([]byte, error) func MarshalIndent ¶ func MarshalIndent(v any, prefix, indent string) ([]byte, error) func Unmarshal ¶ func Unmarshal(data []byte, v any) error Types ¶ This section is empty. Source Files ¶ View all Source files jsonutil.go Click to show internal directories. Click to hide internal directories.