ToolsCandy

YAML to JSON Converter — Online & Private

Convert YAML to pretty-printed JSON instantly. Supports multi-document YAML, anchors resolved, and configurable JSON indent — all client-side.

Your data never leaves your browser

YAML input
JSON output

About this tool

YAML→JSONMulti-documentLive convertDownload JSONPrivate

How to use

  1. Paste YAML in the input panel.
  2. Set JSON indent and multi-document options.
  3. Copy or download the JSON output.
  4. Use JSON to YAML for the reverse direction.

Examples

ConfigMap

apiVersion: v1
kind: ConfigMap
{
  "apiVersion": "v1",
  "kind": "ConfigMap"
}

FAQ