mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 11:18:50 +08:00
Merge branch 'gjson_example'
This commit is contained in:
commit
d83b676c60
@ -67,6 +67,11 @@ func Test_MapAttributeConvert(t *testing.T) {
|
||||
t.Assert(tx.Title, g.Map{
|
||||
"l1": "标签1", "l2": "标签2",
|
||||
})
|
||||
|
||||
j.Dump()
|
||||
|
||||
var nilJ *gjson.Json = nil
|
||||
nilJ.Dump()
|
||||
})
|
||||
|
||||
gtest.C(t, func(t *gtest.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user