|
@@ -32,6 +32,6 @@ func JsonExtract(jsblob string, target string) string {
|
|
}
|
|
}
|
|
fullpath := strings.Split(target, ".")
|
|
fullpath := strings.Split(target, ".")
|
|
|
|
|
|
- log.Printf("path -> %+v", fullpath)
|
|
|
|
|
|
+ log.Debugf("extract path %+v", fullpath)
|
|
return JsonExtractLib(jsblob, fullpath...)
|
|
return JsonExtractLib(jsblob, fullpath...)
|
|
}
|
|
}
|