A querystring parsing and stringifying library with some added security ported from qs@6.9.6
Repository
Current version released
a year ago
Dependencies
esm.sh
Versions
Usage
Import
import qs from "https://deno.land/x/deno_qs/mod.ts";
Cases
const obj = qs.parse("a=c");
console.log(obj); // { a: "c" }