README
Read a javascript object, JSON string, or JSON file and replace values like '$foo' with process.env.foo
Install It
npm install envy-json --save
Use It
See the tests.
License
MIT
Read a javascript object, JSON string, or JSON file and replace values like '$foo' with process.env.foo
<script type="module">
import dssrvEnvyJson from 'https://cdn.skypack.dev/dssrv-envy-json';
</script>
Read a javascript object, JSON string, or JSON file and replace values like '$foo' with process.env.foo
npm install envy-json --save
See the tests.
MIT