$ npm install jstransformer-envy-jsonENVy JSON support for JSTransformers.
npm install jstransformer-envy-json
var envy-json = require('jstransformer')(require('jstransformer-envy-json'));
var input = {
"name": "Hello World!",
"basicAuth": "$MY_APPLICATION"
}
envy-json.render(input).body
//=> {"name": "Hello World"}
MIT