Convert dotenv files to JSON objects and JSON key/value maps back to .env format.
NAME=DevKit FREE=true
{ "NAME": "DevKit", "FREE": "true" }