支持将序列化之后的数组、对象字符串转回数组、对象

This commit is contained in:
2024-12-01 18:14:34 +08:00
parent 5ae1841023
commit d25e579ecf
2 changed files with 60 additions and 1 deletions

View File

@ -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,