Query strings are formatted to represent key-value pairs as “arguments” within a URL.

key1=value1&key2=value2

If the keys or values contain special URL characters, they are escaped using URL encoding.

motto=love%3Dblind&favorite_icecream=ben%20%26%20jerry%27s

This format does not support nested data mappings.