sprinkles
sprinkles copied to clipboard
Add $toQueryString() to Object.prototype
Allow objects to be serialized so that this:
{ foo: "bar", baz: "qux" }
Becomes this:
"foo=bar&baz=qux"
Like jQuery.param()
.