Convert a query string to JSON and a JSON object to a query string. Two-way, in the browser.
Query String to JSON converts a query string (e.g. lang=en&id=42) into a readable JSON object, and also does the reverse, turning a JSON object into a query string. Useful for building or reading URL parameters.
The conversion happens in the browser with the native URLSearchParams and JSON APIs.
Convert CSV data to JSON format and JSON to CSV. Parse spreadsheet data for APIs and databases. Free CSV/JSON converter.
dataCompare two JSON objects and see the differences highlighted. Find added, removed and changed values.
dataEscape a string to place it in JSON, or unescape a JSON string. In the browser.
dataFormat, validate and beautify JSON data online. Minify or pretty-print JSON with syntax highlighting. Free JSON formatter and validator.
data