When running something such as the following:
https://onecompiler.com/javascript/3x4k9njds
The JSON keys will automatically change from strings to identifier names. I am writing to a Firebase Realtime Database, and Firebase will recognize the JSON as being invalid (since JSON keys need to have double quotes). How can I keep JSON keys in double-quotes (most JavaScript compilers will remove them)?