Query String to JSON

Query strings are used in API requests, analytics links, UTM campaign URLs, redirects, filters, pagination, and search pages. Converting query parameters to JSON makes long URLs easier to inspect, compare, document, and debug.

Paste a full URL or only the part after ?. Repeated keys become arrays. You can also convert JSON objects back into encoded query strings for API testing and link building.