Given the ENV file below:
---env begins here---
APP_NAME=FooBar
APP_COMM_CRED="[{"key":"foo"},{"key":"bar"}]"
---env ends here---
The JSON value of APP_COMM_CRED is deformed and the "key" attributes lose their double-quotes after performing the parse function.