Converters
Convert between JSON, XML, CSV, YAML and human-readable dates.
XSD Generator
Generates an XSD (XML Schema) from an XML document. The generator uses a smart approach to infer data types.…
XSLT (XSL Transformer)
Transform an XML document using an XSL stylesheet (XSLT 1.0). Fully supports XML namespaces and lets you choose the inde…
XML to JSON Converter
Convert an XML file into JSON. Attributes are prefixed (@ by default), sequences of similar elements become arrays.…
JSON to XML Converter
Convert a JSON file into XML. A default root element is created and JSON array entries become individual XML elements.…
CSV to XML Converter
Convert a CSV file into XML using a template with ##1##, ##2##… placeholders applied to every line of the CSV.…
CSV to JSON Converter
Convert a CSV file into a JSON array. Each line becomes an object and each column a property, using the header line as k…
YAML to JSON Converter
Convert a YAML document into JSON with your preferred indentation and brace style.…
JSON to YAML Converter
Convert a JSON document into clean, readable YAML.…
Epoch Timestamp To Date
Convert an epoch / Unix timestamp into a human readable date and vice-versa. Displays the current epoch time in seconds,…