npm.io
0.0.0 • Published 12 years ago

qs-hash

Licence
BSD-2-Clause
Version
0.0.0
Deps
0
Vulns
0
Weekly
0
Stars
1

qs-hash

A simple querystring encoder and decoder, with an option to skip encoding URL components if you're going to use the encoded strings in URL hashes rather than the path segment.

As seen in iD and geojson.io.

usage

npm install --save qs-hash

api

qsString(object, noencode)

Encode an object to a string, noencode decides whether it skips encoding

stringQs(string)

Decode a string to an object.

Keywords