支持将序列化之后的数组、对象字符串转回数组、对象
This commit is contained in:
@ -165,7 +165,7 @@ func TestExpandArrayPath(t *testing.T) {
|
||||
}
|
||||
byteData, _ := json.Marshal(mapData)
|
||||
jsonStr := string(byteData)
|
||||
// fmt.Println(jsonStr)
|
||||
|
||||
var pathExpendRes = &ExpendArrayResult{
|
||||
PathList: nil,
|
||||
PathMap: nil,
|
||||
|
Reference in New Issue
Block a user