Documentation
¶
Index ¶
- func BytesToArr(s []byte) []any
- func BytesToMap(s []byte) map[string]any
- func BytesToMapE(s []byte) (map[string]any, error)
- func BytesToObj[T any](s []byte) T
- func BytesToObjE[T any](s []byte) (T, error)
- func BytesToObjPtr[T any](s []byte) *T
- func BytesToObjPtrE[T any](s []byte) (*T, error)
- func ToArr(s string) []any
- func ToMap(s string) map[string]any
- func ToMapE(s string) (map[string]any, error)
- func ToObj[T any](s string) T
- func ToObjE[T any](s string) (T, error)
- func ToObjPtr[T any](s string) *T
- func ToObjPtrE[T any](s string) (*T, error)
- func ToString(o any) string
- func ToStringE(o any) (string, error)
- func ToStringI(o any) string
- func ToStringIE(o any) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToArr ¶ added in v0.0.17
func BytesToMap ¶ added in v0.0.17
func BytesToObj ¶ added in v0.0.17
func BytesToObjE ¶ added in v0.0.17
func BytesToObjPtr ¶ added in v0.0.17
func BytesToObjPtrE ¶ added in v0.0.17
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.