File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Version npm] ( https://img.shields.io/npm/v/querystringify.svg?style=flat-square )] ( https://www.npmjs.com/package/querystringify ) [ ![ Build Status] ( https://img.shields.io/github/workflow/status/unshiftio/querystringify/CI/master?label=CI&style=flat-square )] ( https://github.com/unshiftio/querystringify/actions?query=workflow%3ACI+branch%3Amaster ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/unshiftio/querystringify/master.svg?style=flat-square )] ( https://coveralls.io/r/unshiftio/querystringify?branch=master )
44
5- First off, see if the built-in [ URLSearchParams] ( https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams )
5+ First off, see if the built-in
6+ [ ` URLSearchParams ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams )
67is suitable for your needs.
78
8- Development of this module started in 2014, when ` URLSearchParams ` wasn't available.
9- It provides a somewhat JSON-compatible interface for query string parsing. This query string
10- parser is dumb, don't expect to much from it as it only wants to parse simple
11- query strings. If you want to parse complex, multi level and deeply nested
12- query strings then you should rethink your approach, due to the lack of spec
13- and numerous edge cases.
9+ Development of this module started in 2014, when ` URLSearchParams ` wasn't
10+ available. The module provides a somewhat JSON-compatible interface for query
11+ string parsing. This query string parser is dumb, don't expect to much from it
12+ as it only wants to parse simple query strings. If you want to parse complex,
13+ multi level and deeply nested query strings then you should rethink your
14+ approach, due to the lack of spec and numerous edge cases.
1415
1516## Installation
1617
You can’t perform that action at this time.
0 commit comments