{dogs:214,cats:211,mouses:213,horses:203,beatles: 42}
So I have an object shaped like this object above. I need to extract the so called "key" from here (dogs,cats,mouses....) and put them in the dropdown menu like options to pick(but leaving their values as they are ). Anyone have an idea?