TCBeliever
Results
2
issues of
TCBeliever
I just want change this 2 value when ts, which different with other fileType. but I did not found this 2 keyword setting in this plugin
``` p := DataTime{ DateFormat: "yyyy/MM/dd", TimeFormat: "HH:mm", } any := jsoniter.Wrap(p) t.Logf("type object:%v", any.ValueType() == jsoniter.ObjectValue) t.Logf("string:%v", any.ToString()) s, _ := jsoniter.MarshalToString(any) t.Logf("serial json:%v", s) any.ToVal(&p) t.Logf("to object:%v", p)...