Querystring ↔ JSON
Convert querystrings to JSON and build querystrings from JSON.
AdSense
Top banner
Input
Result
{
"foo": [
"bar",
"baz"
],
"n": "1"
}AdSense
Mobile inline (between input and results)
Convert querystrings to JSON and build querystrings from JSON.
{
"foo": [
"bar",
"baz"
],
"n": "1"
}