Documentation
¶
Index ¶
- func Csv(data string) ([][]string, error)
- func CsvWithHeader(data string) ([]map[string]string, error)
- func Json(data string) ([]byte, error)
- func JsonLines(data string) ([]string, error)
- func JsonPretty(value any) ([]byte, error)
- func Yaml(data string) ([]byte, error)
- func YamlPretty(value any) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JsonPretty ¶
func YamlPretty ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.