Documentation ¶ Index ¶ func MustParse(jsonString string, result interface{}) func MustParseToMap(obj interface{}) map[string]interface{} func MustStringify(data interface{}) string func Parse(jsonString string, result interface{}) error func Stringify(data interface{}) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MustParse ¶ func MustParse(jsonString string, result interface{}) func MustParseToMap ¶ func MustParseToMap(obj interface{}) map[string]interface{} 反序列化 func MustStringify ¶ func MustStringify(data interface{}) string 序列化 func Parse ¶ func Parse(jsonString string, result interface{}) error func Stringify ¶ func Stringify(data interface{}) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files json_utils.go Click to show internal directories. Click to hide internal directories.