fast-query-parse
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

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

/fast-query-parse/

    Package Sidebar

    Install

    npm i fast-query-parse

    Weekly Downloads

    93

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    2.87 kB

    Total Files

    3

    Last publish

    Collaborators

    • dalisoft