JSON to YAML
Converters
Convert JSON documents into readable YAML.
Open ToolEncode text to Base64 and decode Base64 back to text.
Base64 represents binary data using 64 printable ASCII characters so it can travel safely through channels that expect text, such as HTTP headers, data URLs and email bodies.
It is an encoding, not encryption: anyone can decode it. Use it for transport, never to protect secrets. This implementation is UTF-8 aware, so accented characters and emoji round-trip correctly.
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
Convert CSV or delimited text into a JSON array.
Open Tool