mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
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 commit is contained in:
parent
2efd075803
commit
cd8b2ee53a
7 changed files with 314 additions and 8 deletions
|
@ -152,6 +152,7 @@
|
|||
"process": "^0.11.10",
|
||||
"protobufjs": "^6.11.3",
|
||||
"qr-image": "^3.2.0",
|
||||
"qs": "^6.10.3",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"scryptsy": "^2.1.0",
|
||||
"snackbarjs": "^1.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue