JSON to Query String
Build a URL query string from a JSON object — values are percent-encoded for you. Arrays become repeated keys, while nested objects are stringified because query strings are flat.
Build a URL query string from a JSON object — values are percent-encoded for you. Arrays become repeated keys, while nested objects are stringified because query strings are flat.