qs-stringify

WebJar for qs-stringify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

qs-stringify
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

qs-stringify
WebJar for qs-stringify
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/goto-bus-stop/qs-stringify

Download qs-stringify

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/qs-stringify/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>qs-stringify</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/qs-stringify/
implementation 'org.webjars.npm:qs-stringify:1.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/qs-stringify/
implementation ("org.webjars.npm:qs-stringify:1.2.1")
'org.webjars.npm:qs-stringify:jar:1.2.1'
<dependency org="org.webjars.npm" name="qs-stringify" rev="1.2.1">
  <artifact name="qs-stringify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='qs-stringify', version='1.2.1')
)
libraryDependencies += "org.webjars.npm" % "qs-stringify" % "1.2.1"
[org.webjars.npm/qs-stringify "1.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

qs-stringify

Simple query stringify with nesting.

npm github standard

Install

npm install qs-stringify

Usage

var stringify = require('qs-stringify')

stringify({
  page: {
    offset: 50,
    limit: 25
  },
  filter: 'hello world'
})
// → "page[offset]=50&page[limit]=25&filter=hello%20world"

License

MIT

Versions

Version
1.2.1