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)}`
|
content := `{"name":{"first":"int ","last":"Prichard"}, "age":(47)}`
|
||||||
r := Parse(content)
|
r := Parse(content)
|
||||||
|
|
||||||
|
t.Error(r.Get("age"))
|
||||||
|
|
||||||
t.Error(fmt.Sprintf("%#v", r))
|
t.Error(fmt.Sprintf("%#v", r))
|
||||||
|
|
||||||
content = `(12+23)`
|
content = `(12+23)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user