We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stringify(parse('?%20&')) yields only &.
stringify(parse('?%20&'))
&
Bit of an edge-case I admit, but do we want to be losing this information?
parse('?%20&') yields {"":null," ":null}.
parse('?%20&')
{"":null," ":null}