godlp icon indicating copy to clipboard operation
godlp copied to clipboard

这里json.Unmarshal会存在精度丢失的问题:github.com/bytedance/godlp/sdkdeidentify.go:65

Open create-info opened this issue 1 year ago • 0 comments

var jsonObj interface{} if err := json.Unmarshal([]byte(jsonText), &jsonObj); err == nil {

create-info avatar Aug 22 '23 09:08 create-info