Operation request: URIQueryToJson
Open
operation
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
## Summary
Be able to Code and Decode URI queries to json and back
### Example Input
this=is&an=example
### Example Output
{"this":"is",
"an":"example"}
Contributor guide
Assessment
This issue has not been assessed yet.