vanilla-js-url
https://github.com/worka/vanilla-js-url
wurl.get()
Example:
https://github.com/worka/vanilla-js-url?foo=3&bar=test
Decode result
Result:
nothing...
wurl.add()
Example:
https://github.com/worka/vanilla-js-url?foo=3&bar[]=test
Example:
{ "bar": ["test 2"], "too": 3 }
Encode result
Result:
nothing...
wurl.path()
Example:
https://github.com/worka/vanilla-js-url
Result:
nothing...