JSON to YAML
Converters
Convert JSON documents into readable YAML.
Open ToolTurn an array of JSON objects into a CSV table.
API responses are lists of objects; spreadsheets want rows and columns. This converter walks every object in the array, collects the union of all keys and emits them as the header row.
Objects with missing keys leave the cell empty rather than shifting columns. Values containing commas, quotes or newlines are quoted and escaped following RFC 4180.
Converters
Convert JSON documents into readable YAML.
Open ToolConverters
Parse YAML and convert it into formatted JSON.
Open ToolConverters
Convert CSV or delimited text into a JSON array.
Open ToolConverters
Encode text to Base64 and decode Base64 back to text.
Open Tool