Documentation ¶
Index ¶
- func Marshal(obj interface{}) ([]byte, error)
- func MarshalFile(obj interface{}, path string) error
- func MarshalString(obj interface{}) (string, error)
- func Parse[T any](bs []byte) (*T, error)
- func ParseFile[T any](path string) (*T, error)
- func ParseFileStrict[T any](path string) (*T, error)
- func ParseStrict[T any](bs []byte) (*T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalFile ¶
func MarshalString ¶
func ParseFileStrict ¶
func ParseStrict ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.