Data Format Converter
Convert JSON, YAML, XML, CSV, and TSV to each other
CSV and TSV expect a header row. To export as CSV/TSV, use an array of objects, a single object, or one object with a single property that is an array of objects (for example { "items": [ {...}, {...} ] }). Nested values are JSON-encoded in spreadsheet cells.