Documentation
¶
Index ¶
- func Read[T any](r io.Reader) (T, error)
- func ReadBytes[T any](jsonBytes []byte) (T, error)
- func ReadFile[T any](filename string) (T, error)
- func ReadString[T any](jsonString string) (T, error)
- func String(v any) (string, error)
- func Write(w io.Writer, v any) error
- func WriteFile(filename string, v any, fsOpts ...fs.Option) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.