it-tools
it-tools copied to clipboard
Unescape JSON Unicode sequences
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
Convert between unicode symbols (💯) and JSON escape sequences (\uD83D\uDCAF).
Is their example of this tool in the wild?
https://magictool.ai/tool/unicode-decoder-encoder/
Additional context
Honestly not sure if this should be a separate tool, added to "Text to Unicode", be made part of a JSON tool, etc, since it touches so many concepts (Unicode, JSON, escaping, encoding, etc).
Validations
- [X] Check the feature is not already implemented in the project.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [X] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).