parseQueryDeep
Converts nested objects and arrays into a URL-encoded query string using bracket notation.
obj
: A nested object or array to serializeReturns a URL-encoded query string with nested structures represented in bracket notation.
parseQueryDeepWith