in common/http_client/common_http_handle.go [40:43]
func ToJsonString(object interface{}) string { js, _ := json.Marshal(object) return string(js) }