Structured data
Beautify and sort JSONIndent compact JSON and sort object keys for easier comparison.Convert JSON to YAMLTurn a JSON object into a readable YAML document.Convert CSV records to JSONUse the header row as property names and produce an array of objects.Query JSON with JsonataSelect products from orders whose prices exceed a threshold.Beautify XMLIndent a compact XML document so element nesting is easy to inspect.Sort and deduplicate linesOrder text lines case-insensitively and remove exact duplicate rows.Extract unique email addressesFind email addresses in prose, sort them, and remove duplicates.Extract unique domainsCollect domain names from prose while removing duplicates.Turn Apache access logs into readable reportsNormalize whitespace, convert timestamps to UTC, capture fields, and render a labelled request summary for every line.Render CSV as a complete HTML tableTurn cells into table columns, rows into table records, and wrap the result in a valid HTML document.Unwrap URL-encoded Base64 Gzip JSONRemove a URL layer, decode Base64, decompress Gzip, and format the recovered JSON document.