Open
Description
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
Ability to paste in text and return it in json-compatible format using JSON stringify
For Example: Paste in text with line breaks and it should return the json version of it escaping the linebreaks with \r\n
Is their example of this tool in the wild?
https://jsonformatter.org/json-stringify-online
Additional context
No response
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).