Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SyysBiir/json-to-http-query-string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: SyysBiir/json-to-http-query-string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 18, 2020

  1. Update README.md

    SyysBiir authored Dec 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    39d4e8f View commit details
  2. Update README.md

    SyysBiir authored Dec 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a0c4fc1 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 README.md
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# JSON to HTTP Query string
[![npm](https://img.shields.io/npm/v/github-buttons)](https://www.npmjs.com/package/json-to-http-query-string)
> This package allows you to convert JSON to Http query string
## Getting Started
@@ -20,4 +21,4 @@ jsonToQuery({
}
})
//foo=hi&bar%5Bblah%5D%5B0%5D=1&bar%5Bblah%5D%5B1%5D=2&bar%5Bblah%5D%5B2%5D=3&bar%5Bblah2%5D=123
```
```