Your object values are JSON strings for some reason. you would have to do a JSON.parse() for each key value pair.
That’s why you see the double "" on each side of the values.
Where does that data come from? You have probably done something not the best way in getting that data in the first place. Such as not converting a JSON string to an object rather than trying to extract data manually from a JSON string.