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`.
394 B
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