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 ParseMany[A any](data []byte) ([]A, error)
- func ParseManyFromFile[A any](path string) ([]A, 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 ParseManyFromFile ¶ added in v0.2.0
func ParseStrict ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.