Arg.js turns an object like this:
{ tags: ["one", "two", "three"], deep: { nested: { objects: true } } }
#?tags[0]=one&tags[1]=two&tags[2]=three&deep.nested.objects=true
Arg.js turns an object like this:
into this: