Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Query string parameters should be decoded #4

Closed
Rich-Harris opened this issue Mar 22, 2015 · 0 comments
Closed

Query string parameters should be decoded #4

Rich-Harris opened this issue Mar 22, 2015 · 0 comments
Labels

Comments

@Rich-Harris
Copy link
Owner

This...

?a=%7Bsome%20characters%20need%20to%20be%20decoded%7D

...should become this:

{
  a: '{some characters need to be decoded}'
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant