YAML to JSON Converter

Parse any YAML document and pretty-print it as JSON. Runs locally using js-yaml with friendly error messages for invalid YAML.

Processed in your browser · No upload

Loading tool…

Parsing and conversion happen entirely in your browser. Your YAML is never uploaded.

Ad Slot (tool-yaml-to-json)

FAQ

Is my YAML sent to a server?
No. The conversion runs entirely in your browser using the js-yaml library.
What indentation does the YAML output JSON use?
Two spaces, which is the most common style for JSON configuration files.