Querystring ↔ JSON
Convert querystrings to JSON and build querystrings from JSON.
Input
Result
{
"foo": [
"bar",
"baz"
],
"n": "1"
}Was this page helpful?
Convert querystrings to JSON and build querystrings from JSON.
{
"foo": [
"bar",
"baz"
],
"n": "1"
}