我想从jQuery中的数组对象中删除双引号

let pos = {
  lat: "33.5896138",
  lng: "73.3885526"
};

我有这样的数组,但我想从latLng值中删除双引号? 谁能帮我 谢谢