Query String Parser
Parse a URL query string into an object of decoded keys and string values (repeated keys keep the last value).
Description
Parse a URL query string into an object of decoded keys and string values (repeated keys keep the last value).