qwuery
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

qwuery

TravisCI

Flexible query string parser with support for nesting.

Installation

# Install through NPM
$ npm install --save qwuery

Usage

import * as qwuery from "qwuery";

const query = qweury.decode("?one[two][three]=one,two");
expect(query).toEqual({ one: { two: { three: ["one", "two"] } } });

Package Sidebar

Install

npm i qwuery

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

38.2 kB

Total Files

35

Last publish

Collaborators

  • ravernkoh