2.0.4 • Published 1 year ago

fast-query-parse v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

fast-query-parse

Most fastest query parse with performance of querystring module and features of qs module

Features

  • Zero dependency
  • Fast
  • Auto-decode URL
  • Auto-mapping

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

2.0.4

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago