func TestStringTypeInt(t *testing.T) {
    m := objx.Map{
        "int":   int(1),
        "int8":  int8(8),
        "int16": int16(16),