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:
Benjamin Altpeter 2022-02-13 21:34:39 +01:00
parent 2efd075803
commit cd8b2ee53a
No known key found for this signature in database
GPG key ID: 1775A9EFE112EDEF
7 changed files with 314 additions and 8 deletions

View file

@ -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",