I need to remove quotation marks that are not empty, and keep quotation marks that are empty, such as:
`{image:"bitnami/wordpress:4.7.5-r2",wordpressFirstName:""}`
after processing:
`{image:bitnami/wordpress:4.7.5-r2,wordpressFirstName:""}`
Gods, give me a hint