3.1.0 • Published 10 months ago

fast-query-parse v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

fast-query-parse

Fastest query parse with performance of querystring module and features of qs module

Features

  • Fast
  • Auto-decode URL

Caveats

import('qs') is able to deep parse up-to 5-level depth of array and objects whereas fast-query-parse cannot do this as can parse only 1-level depth and results goes wrong if depth more than one

Usage

import parse from 'fast-query-parse';

parse('foo=bar');

License

MIT

3.1.0

10 months ago

3.0.0

1 year ago

2.0.4

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago