I have a string like this:
abc=foo&def=%5Basf%5D&xyz=5
How can I convert it into a JavaScript object like this?
{
I found $.String.deparam the most complete pre built solution (can do nested objects etc.). Check out the documentation.