json to table

This commit is contained in:
huangsimin 2020-03-06 18:33:24 +08:00
parent 63a8fb51d3
commit a7eac74d36

View File

@ -9,6 +9,8 @@ func TestMethodCase(t *testing.T) {
content := `{"name":{"first":"int ","last":"Prichard"}, "age":(47)}`
r := Parse(content)
t.Error(r.Get("age"))
t.Error(fmt.Sprintf("%#v", r))
content = `(12+23)`