slug: js/object-key-transformations name: JavaScript Object Key Transformations featured: true snippetIds: - js/s/lowerize - js/s/upperize - js/s/map-object-keys - js/s/rename-object-keys - js/s/deep-map-object-keys - js/s/symbolize-object-keys splash: plant-window.png description: >- Sometimes, object keys aren't exactly what you want them to be. Luckily, this snippet collection has you covered with a variety of functions that can help you transform them to your liking. shortDescription: Easily transform object keys to your liking with this snippet collection.