CyberChef
CyberChef copied to clipboard
Add decode and encode operations for URL query strings
These allow converting between URL query strings and JSON.
They are based on the qs NPM package.
This will probably resolve #1388 if merged