func TestStringTypeUint(t *testing.T) {
    m := objx.Map{
        "uint":   uint(1),
        "uint8":  uint8(8),
        "uint16": uint16(16),