Json Token Replace

🐾 Replace token string {{name}} in json with values from another json where key is token {"name":"Alex"}
Alternatives To Json Token Replace
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jwt6,9746,817535a day ago51August 19, 202210bsd-3-clausePHP
A simple library to work with JSON Web Token and JSON Web Signature
Pyjwt4,5999,4431,6065 days ago45May 12, 202220mitPython
JSON Web Token implementation in Python
Jsmn3,265
a month ago89mitC
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
Node Jwt Simple1,3207,8285692 years ago13March 30, 201933mitJavaScript
JWT(JSON Web Token) encode and decode module for node.js
Vault Ui1,299
5 years ago3October 04, 201750otherJavaScript
Vault-UI — A beautiful UI to manage your Vault, written in React
Frangipanni1,156
5 months ago6April 10, 20216mitGo
Program to convert lines of text into a tree structure.
Token Lists1,0305120 days ago30June 16, 2022133mitTypeScript
📚 The Token Lists specification
Spring Boot Jwt1,022
a year agomitJava
JWT auth service using Spring Boot, Spring Security and MySQL
Jwt844
6 years agomitJava
webapp用户身份认证方案 JSON WEB TOKEN 实现Deme示例,Java版
Jsonwebtoken.swift659
314 years ago14November 06, 201726bsd-2-clauseSwift
Swift implementation of JSON Web Token (JWT).
Alternatives To Json Token Replace
Select To Compare


Alternative Project Comparisons
Readme

JSON Token Replace

🧸 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"}

🎁 Support: Donate

This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. THANK YOU!

📎 Menu

💡 Features

  • [✔️] Easy to use
  • [✔️] MIT License
  • [✔️] Replace token string {{hello}} in json with values from another json where key is token {"name":"Alex"}

👔 Screenshot

JSON Token Replace

🚀 Installation

  1. In your node project run: npm install @ptkdev/json-token-replace --save
  2. Usage:
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!

📲 Tools

🐍 Sorry for snake_case

I love snake_case syntax sorry for this 😭 don't hate me.

💫 License

  • Code and Contributions have MIT License
  • Images and logos have CC BY-NC 4.0 License (Freepik Premium License)
  • Documentations and Translations have CC BY 4.0 License
Copyleft (c) 2020 Patryk Rzucidło (@PTKDev) <[email protected]>
Popular Json Projects
Popular Token Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Json
Token
Screenshot
Snake
Key Value