https://github.com/pillarjs/qs-strict
[ON HOLD] pillarjs
https://github.com/pillarjs/qs-strict
Last synced: over 1 year ago
JSON representation
[ON HOLD] pillarjs
- Host: GitHub
- URL: https://github.com/pillarjs/qs-strict
- Owner: pillarjs
- License: mit
- Created: 2015-04-16T04:31:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T06:06:21.000Z (over 11 years ago)
- Last Synced: 2024-04-14T04:10:00.872Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qs-strict
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
A querystring parser that strictly uses strings.
It never returns `Array`s or `Object`s,
so you never have to check its type.
## API
### var qs = require('qs-strict')
A drop-in implementation for `require('querystring')`.
### qs.parse()
[npm-image]: https://img.shields.io/npm/v/qs-strict.svg?style=flat-square
[npm-url]: https://npmjs.org/package/qs-strict
[github-tag]: http://img.shields.io/github/tag/pillarjs/qs-strict.svg?style=flat-square
[github-url]: https://github.com/pillarjs/qs-strict/tags
[travis-image]: https://img.shields.io/travis/pillarjs/qs-strict.svg?style=flat-square
[travis-url]: https://travis-ci.org/pillarjs/qs-strict
[coveralls-image]: https://img.shields.io/coveralls/pillarjs/qs-strict.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/pillarjs/qs-strict
[david-image]: http://img.shields.io/david/pillarjs/qs-strict.svg?style=flat-square
[david-url]: https://david-dm.org/pillarjs/qs-strict
[license-image]: http://img.shields.io/npm/l/qs-strict.svg?style=flat-square
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/qs-strict.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/qs-strict