We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f76c4 commit 39d4e8fCopy full SHA for 39d4e8f
README.md
@@ -1,5 +1,6 @@
1
# JSON to HTTP Query string
2
> This package allows you to convert JSON to Http query string
3
+[](https://www.npmjs.com/package/json-to-http-query-string)
4
5
## Getting Started
6
To install the module, run the following in the command line:
@@ -20,4 +21,4 @@ jsonToQuery({
20
21
}
22
})
23
//foo=hi&bar%5Bblah%5D%5B0%5D=1&bar%5Bblah%5D%5B1%5D=2&bar%5Bblah%5D%5B2%5D=3&bar%5Bblah2%5D=123
-```
24
+```
0 commit comments