JSON Censor
Derdev
A simple tool that takes JSON input and censors all values Example input: {"Dog" : "Australian Shepherd"} Example output: {"Dog" : "XXXX"} This works with nested arrays inside the JSON. Useful for when using AI services like Bard or openAI's ChatGPT to censor sensitive information. **This tool does not store and/or share data.**