Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
An array or object to serialize.
string
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
An array or object to serialize.
A Boolean indicating whether to perform a traditional "shallow" serialization.
string
Parse the query string from a URL or the current window.location.href, deserializing it into an object, optionally coercing numbers, booleans, null and undefined values.
string
string
Returns a params string equivalent to that returned by the internal jQuery.param method, but sorted, which makes it suitable for use as a cache key.
string