A collection of tools for string conversions
Go to file
Minhyeok Park 52660afcba
All checks were successful
/ deploy_site (push) Successful in 20s
feat: add Python dictionary to JSON transforms and remove GzipCompressTransform
- 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`.
2025-01-16 14:33:41 +09:00
.gitea/workflows feat: add version info 2024-11-13 15:29:35 +09:00
public fix: oops koishi is missing.. so we replaced to suika 2024-10-30 21:23:37 +09:00
src feat: add Python dictionary to JSON transforms and remove GzipCompressTransform 2025-01-16 14:33:41 +09:00
.gitignore refactor: upload temp 2024-10-26 17:57:34 +09:00
.prettierrc chore: remove trailing comma 2025-01-16 09:28:24 +09:00
eslint.config.js chore: remove trailing comma 2025-01-16 09:28:24 +09:00
index.html refactor: upload temp 2024-10-26 17:57:34 +09:00
package.json chore: add prettier linter 2025-01-16 09:16:14 +09:00
pnpm-lock.yaml chore: add prettier linter 2025-01-16 09:16:14 +09:00
README.md feat: add Python dictionary to JSON transforms and remove GzipCompressTransform 2025-01-16 14:33:41 +09:00
tsconfig.app.json refactor: upload temp 2024-10-26 17:57:34 +09:00
tsconfig.app.tsbuildinfo chore(fix): use dist folder for output 2024-10-27 14:06:13 +09:00
tsconfig.json refactor: upload temp 2024-10-26 17:57:34 +09:00
tsconfig.node.json refactor: upload temp 2024-10-26 17:57:34 +09:00
tsconfig.node.tsbuildinfo chore(fix): use dist folder for output 2024-10-27 14:06:13 +09:00
vite.config.ts chore: remove trailing comma 2025-01-16 09:28:24 +09:00

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