JSON Token Replace: Replace token string {{name}} in json with values from another json where key is token {"name":"Alex"}
npm install @ptkdev/json-token-replace
     
> Replace token string {{name}} in json with values from another json where key is token {"name":"Alex"}
input:{ "text": "hello {{john}}" }
tokens:{ "john":"Alex" }
output:{ "text": "hello Alex"}
   
 
Discord (🇬🇧 English Channel | 🇮🇹 Italian Channel | 🇵🇱 Polish Channel)npm install @ptkdev/json-token-replace --savejavascript
const Jtr = require("@ptkdev/json-token-replace");
const jtr = new Jtr();let json_output = jtr.replace(require("./json_with_tokens.json"), require("./json.json"), "{{", "}}");
`See folder
examples, run with node example.js.📚 Documentation
Run npm run docs👑 Sponsors
Support this project by becoming a sponsor. 🙏 Become a sponsor on patreon or become top3 sponsor on ko-fi. Your logo will show up here with a link to your website.                 
🦄 Backers
Thank you to all our backers! 🙏 Become a backer on patreon.              
👨💻 Contributing
I ❤️ contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in .all-contributorsrc and package.json` file.Thanks goes to these wonderful people (emoji key):
Patryk Rzucidło 💻 🌍 📖 🐛 |
> 💰 In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!





###### Copyleft (c) 2020 Patryk Rzucidło (@PTKDev) <support@ptkdev.io>