A collection of tools for string conversions
Minhyeok Park
52660afcba
All checks were successful
/ deploy_site (push) Successful in 20s
- Introduced new transforms for converting Python dictionaries to JSON and vice versa in `PythonTransforms.ts`. - Updated `README.md` to reflect the new transformations. - Removed the `GzipCompressTransform.ts` file and integrated its functionality into `GzipTransform.ts`. |
||
---|---|---|
.gitea/workflows | ||
public | ||
src | ||
.gitignore | ||
.prettierrc | ||
eslint.config.js | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.app.tsbuildinfo | ||
tsconfig.json | ||
tsconfig.node.json | ||
tsconfig.node.tsbuildinfo | ||
vite.config.ts |
PTools
A collection of tools for string conversations
Demo
Transforms
- Regular Expression Parser (for parsing logs)
- Datetime Parser
- Base64 Encoder/Decoder
- URI Encoding Encoder/Decoder
- JSON Beautifier/Simplifier
- String Escaper/Unescaper
- JSON2YAML / YAML2JSON
- GZIP Zipped Base64 Unzipper
- Python Dictionary to JSON
- JSON to Python Dictionary