Data formats
JSON, XML & CSV
Convert between the most common structured data formats used in APIs and databases.
JSON to XML
Convert JSON objects and arrays to well-formed XML with custom root tag.
FreeAPI
XML to JSON
Parse XML elements into clean JSON format.
FreeAPI
JSON to CSV
Export JSON arrays as CSV. Auto-generates headers, handles escaping.
FreeAPI
CSV to JSON
Parse CSV with headers into a typed JSON array.
FreeAPI
Text to JSON
Convert key:value plain text into JSON objects.
FreeAPI
Text to XML
Convert key:value plain text into XML documents.
FreeAPI
Encoding
Encode & decode
Encode strings and binary data into common encoding formats.
Documents