TOML to JSON
View API docs →Parse a TOML document into JSON. Tables become objects, arrays-of-tables become arrays-of-objects. TOML date/time values are emitted as ISO-8601 strings.
POST
/api/toml-to-json·cap 1.0 MiB·1 cost unit(s)More Data conversion
See all →CSV → JSON
Parse CSV into a JSON array of objects.
Excel to CSV
Convert a sheet from an Excel workbook (.xlsx / .xls) to CSV.
Excel to JSON
Convert an Excel sheet to a JSON array.
JSON → CSV
Convert a JSON array of objects into CSV.
JSON → YAML
Convert a JSON document to YAML.
JSON to Excel
Convert a JSON array of objects to an Excel .xlsx workbook.
JSON to TOML
Convert a JSON document to TOML.
JSON to XML
Convert a JSON document to XML.
XML to JSON
Parse XML into JSON.
YAML → JSON
Parse YAML into JSON.