Data Converter Tools
These tools allow you to convert data from one form to another.
Convert JSON text, document or file into MessagePack format that is viewable in HEX
Convert HTML document to JSON by extracting HTML tables from it
Convert JSON text (even nested ones) into CSV format using the delimiter of your choice. Output in tabular format is also available
Convert JSON data to HTML table
Convert CSV data into JSON. Choose whether property names are auto generated or taken from the header
Convert CSV data or file into XML with the option to write values as attributes or inner XML texts
Visualize MessagePack encoded data (in HEX, UInt8Array, Base64 or Percent Encoding format) by converting it into JSON format
Convert HTML table to CSV by extracting rows from it
Convert XML data into JSON by transforming XML attributes, elements and text nodes to JSON properties
Convert JavaScript (JS) objects into JSON by adding double quotes to property names
Convert JSON into JavaScript object by removing quotes from property name and using single quotes instead of double quotes for literal string values
Convert JavaScript Object Notation (JSON) data or file into Yet Another Markup Language (YAML) format
Convert Yet Another Markup Language (YAML) data or file into JavaScript Object Notation (JSON) format
Convert GUID to/from Hex, Int, Base64 and standard format