Jamie Tanna has some good thoughts about the dangers for developers using online tooling sites (like jwt.io) and online JSON validators.
I agree — using an online tool always runs the risk that critical information might be stored or intercepted, so you should avoid using these tools with sensitive data like passwords. Best to run tools locally if possible. 🛠️