Documentation
¶
Index ¶
- func GetByPath(path string, data any) (any, bool)
- func GetJson[T any](jsonStr string) T
- func GetJsonSafe[T any](jsonStr string) (T, error)
- func GetYml[T any](ymlStr string) T
- func GetYmlSafe[T any](ymlStr string) (T, error)
- func ToJson[T any](obj T) string
- func ToJsonSafe[T any](obj T) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJsonSafe ¶
func GetYmlSafe ¶ added in v1.2.0
func ToJsonSafe ¶ added in v1.1.7
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.