@@ -23,7 +23,7 @@ func TestJSON(t *testing.T) {
t.Log(m.Map("m2", Map{}))
t.Log(string(m.JSON()))
t.Log(string(m.JSONIndent("", "\t")))
- t.Log(m.StringMust("fl", ""))
+ t.Log(m.StringVal("fl", ""))
}
func TestInterface(t *testing.T) {