Do you know a fast and simple way to encode a Javascript Object into a string that I can pass via a GET Request?
string
GET
No jQuery, no
jQuery
Just use URLSearchParams This works in all current browsers
new URLSearchParams(object).toString()