Create an Object
Create an object from a given query string
Description
Properties
Object Values
// Some code
hello=world&test=me
// creates and object
{
"hello" : "world",
"test" : "me"
}Assign To
Return
Last updated