sprinkles icon indicating copy to clipboard operation
sprinkles copied to clipboard

Add $toQueryString() to Object.prototype

Open avand opened this issue 11 years ago • 0 comments

Allow objects to be serialized so that this:

{ foo: "bar", baz: "qux" }

Becomes this:

"foo=bar&baz=qux"

Like jQuery.param().

avand avatar Feb 12 '14 01:02 avand