YAML to JSON
Converters
Parse YAML and convert it into formatted JSON.
Open ToolConvert JSON documents into readable YAML.
YAML is the configuration language of Kubernetes manifests, GitHub Actions workflows and countless CI systems, while APIs almost always speak JSON. Converting between the two is a daily task.
Because YAML is a superset of JSON, every valid JSON document has a YAML equivalent. The output uses two-space indentation and quotes strings only when required.
Converters
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 ToolConverters
Encode text to Base64 and decode Base64 back to text.
Open Tool