Documentation ¶
Index ¶
- func From(s string, v any)
- func Pretty(v any) string
- func SafeDecoder(rd io.Reader) util.JSONDecoder
- func SafeEncoder(wr io.Writer) util.JSONEncoder
- func SafeMarshal(v any) ([]byte, error)
- func SafeMarshalPretty(v any) ([]byte, error)
- func SafeUnmarshal(b []byte, v any) error
- func String(v any) string
- type Flatten
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SafeDecoder ¶
func SafeDecoder(rd io.Reader) util.JSONDecoder
func SafeEncoder ¶
func SafeEncoder(wr io.Writer) util.JSONEncoder
func SafeMarshal ¶
func SafeMarshalPretty ¶
func SafeUnmarshal ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.