Documentation ¶
Index ¶
- func MarshalJSON(v any) ([]byte, error)
- func MarshalJSONIndent(v any, prefix, indent string) ([]byte, error)
- func MarshalYAML(v any) ([]byte, error)
- func Unmarshal[T any](object any) (T, error)
- func UnmarshalFromFile[T any](filename string) (T, error)
- func UnmarshalStrict[T any](object any) (T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalJSON ¶
func MarshalYAML ¶
func UnmarshalFromFile ¶
func UnmarshalStrict ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.