JSON to YAML
Converters
Convert JSON documents into readable YAML.
Open ToolConvert CSV or delimited text into a JSON array.
Exports from spreadsheets, databases and analytics dashboards usually arrive as CSV. Converting to JSON makes the data usable in scripts, fixtures and API payloads.
The parser understands quoted fields, escaped double quotes and newlines inside quotes. You can pick the delimiter and choose whether the first line is a header row or should be turned into positional keys.
Converters
Convert JSON documents into readable YAML.
Open ToolConverters
Parse YAML and convert it into formatted JSON.
Open ToolConverters
Turn an array of JSON objects into a CSV table.
Open ToolConverters
Encode text to Base64 and decode Base64 back to text.
Open Tool