ptools-v2/README.md
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

394 B

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