Skip to content

A querystring parsing and stringifying library with some added security ported from qs@6.9.6

License

Notifications You must be signed in to change notification settings

FurryWolfX/deno_qs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" }

About

A querystring parsing and stringifying library with some added security ported from qs@6.9.6

Resources

License

Stars

Watchers

Forks

Packages

No packages published