Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
1–10 of 170 posts
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#2Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#3TLDR Don't use online services, you have no idea what they're doing with your data and if they run the open source version they say they do.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#4I use python -mjson.tool to validate JSON. And JQ to query it. TLDR Don't use online services, you have no idea what they're doing with your data and if they run the open source version they say they do.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#5I use python -mjson.tool to validate JSON. And JQ to query it. TLDR Don't use online services, you have no idea what they're doing with your data and if they run the open source version they say they do.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#6Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#7I agree with the premise though its easy to validate if these tools are sending data to a remote dest with the network activity developer tool in any of the major browsers.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#8Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#9But using google, slack, skype, gitlab, bitbucket... is fine to send sensitive data?
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#10It's a valid opinion just not an objective one