Professional YAML converter with instant processing. Convert YAML to JSON format instantly.
Your privacy is protected! No data is transmitted or stored.
.yaml/.yml file, then click Convert. The JSON appears in the right panel ready to copy or download. Everything runs in your browser, so nothing is uploaded to a server.--- are fully supported, which is common in Kubernetes manifests. A single document converts to a JSON object, and a multi-document file converts to a JSON array with one entry per document, keeping the original order.&name) and aliases (*name) are expanded before conversion, so the JSON output contains the full value everywhere the alias was used. Merge keys (<<:) are also applied, which matters for Docker Compose and CI configuration files that share common blocks.true and false are booleans. Older YAML 1.1 parsers also treated yes, no, on and off as booleans, which is the source of the famous Norway problem where the country code NO turned into false. Keeping them as strings is the modern, safer behaviour. Our guide on what gets lost when you convert YAML to JSON has the full side-by-side table — under YAML 1.1, 012 becomes 10 and 12:30 becomes 750..inf and .nan, which JSON cannot represent at all — if your file contains them the tool warns you instead of silently writing null.