完成简版value值获取

This commit is contained in:
2023-03-30 12:26:17 +08:00
parent 9bbd781a1f
commit 7530e07e7a
3 changed files with 52 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import (
)
func TestNew(t *testing.T) {
jsonData := `{"n\\\\\\ame": "zhang", "age":17}`
jsonData := `{"name": "zhang", "age":17}`
g, err := New(jsonData)
if nil != err {
fmt.Println(err.Error())