Documentation
¶
Index ¶
- func ByteToJsonIfe(jsonByte []byte) (interface{}, error)
- func ByteToJsonIfe2(jsonByte []byte, object interface{}) (interface{}, error)
- func DumJsonStr(jsonStr string)
- func Ife2Byte(object interface{}) ([]byte, error)
- func Ife2JsonStr(object interface{}) (string, error)
- func Str2JsonIfe(jsonStr string, obj interface{}) (interface{}, error)
- func Str2Map(jsonStr string) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteToJsonIfe ¶
ByteToJsonIfe []byte 转 interface, 类似于比特转对象
func ByteToJsonIfe2 ¶
ByteToJsonIfe2 []byte 转 interface, 类似于比特转对象
func DumJsonStr ¶
func DumJsonStr(jsonStr string)
func Ife2JsonStr ¶
Ife2JsonStr interface转JSON字符串, 类似于对象转JSON字符串
func Str2JsonIfe ¶
Str2JsonIfe 字符串转 interface, 类似于字符串转对象
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.