JSON to YAML
Converters
Convert JSON documents into readable YAML.
Open ToolParse YAML and convert it into formatted JSON.
Turning YAML into JSON is useful when you need to feed a configuration file to an API, a JSON Schema validator or a script that only understands JSON.
YAML is whitespace sensitive, so indentation mistakes are the most frequent failure. The parser reports the line where it stopped so you can fix the structure quickly.
Converters
Convert JSON documents into readable YAML.
Open ToolConverters
Turn an array of JSON objects into a CSV table.
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