Merge branch 'gjson_example'

This commit is contained in:
huangqian 2022-02-24 20:15:55 +08:00
commit d83b676c60

View File

@ -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) {