Is there a simple way to serialize a single-level structure as a string for use in a url?
for example:
?key1=val1&key2=val2
How does this look?