Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jwt | 6,974 | 6,817 | 535 | a day ago | 51 | August 19, 2022 | 10 | bsd-3-clause | PHP | |
A simple library to work with JSON Web Token and JSON Web Signature | ||||||||||
Pyjwt | 4,599 | 9,443 | 1,606 | 5 days ago | 45 | May 12, 2022 | 20 | mit | Python | |
JSON Web Token implementation in Python | ||||||||||
Jsmn | 3,265 | a month ago | 89 | mit | C | |||||
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket | ||||||||||
Node Jwt Simple | 1,320 | 7,828 | 569 | 2 years ago | 13 | March 30, 2019 | 33 | mit | JavaScript | |
JWT(JSON Web Token) encode and decode module for node.js | ||||||||||
Vault Ui | 1,299 | 5 years ago | 3 | October 04, 2017 | 50 | other | JavaScript | |||
Vault-UI — A beautiful UI to manage your Vault, written in React | ||||||||||
Frangipanni | 1,156 | 5 months ago | 6 | April 10, 2021 | 6 | mit | Go | |||
Program to convert lines of text into a tree structure. | ||||||||||
Token Lists | 1,030 | 51 | 20 days ago | 30 | June 16, 2022 | 133 | mit | TypeScript | ||
📚 The Token Lists specification | ||||||||||
Spring Boot Jwt | 1,022 | a year ago | mit | Java | ||||||
JWT auth service using Spring Boot, Spring Security and MySQL | ||||||||||
Jwt | 844 | 6 years ago | mit | Java | ||||||
webapp用户身份认证方案 JSON WEB TOKEN 实现Deme示例,Java版 | ||||||||||
Jsonwebtoken.swift | 659 | 31 | 4 years ago | 14 | November 06, 2017 | 26 | bsd-2-clause | Swift | ||
Swift implementation of JSON Web Token (JWT). |
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"}
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!
npm install @ptkdev/json-token-replace --save
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
.
Run npm run docs
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.
Thank you to all our backers! 🙏 Become a backer on patreon.
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!
I love snake_case syntax sorry for this 😭 don't hate me.