Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
/ qs Public archive

A querystring parser with nesting support

License

Notifications You must be signed in to change notification settings

denolib/qs

Repository files navigation

qs

DenoLib Build Status

A querystring parsing and stringifying library with some added security.

The qs module was ported from https://github.com/ljharb/qs

Usage

import { parse, stringify } from "https://denolib.com/denolib/qs/mod.ts";

const obj = parse("a=c"); // { a: "c" }
const str = stringify(obj); // a=c

About

A querystring parser with nesting support

Resources

License

Stars

Watchers

Forks

Packages

No packages published