json to table
This commit is contained in:
parent
63a8fb51d3
commit
a7eac74d36
|
@ -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)`
|
||||
|
|
Loading…
Reference in New Issue
Block a user