Private JSON tool
YAML to JSON Converter
Convert YAML into pretty JSON locally in your browser. Pasted text and opened files are not uploaded.
About browser YAML to JSON conversion
This page parses YAML text in the browser and writes JSON from the parsed value. There is no server conversion endpoint.
The converter is intended for structured YAML data such as configuration snippets. The output is formatted JSON that can be copied or downloaded.
Does this upload my files?
No. Everything on this page runs locally in your browser, so your files are never uploaded to a conversion server. Close the tab and nothing is left behind.
After any required processing engine has loaded, repeated conversions can keep working offline. You can verify the claim with the site's reproducible browser privacy audit.
FAQ
Is my YAML uploaded?
No. YAML is parsed in your browser and the JSON output is produced locally.
What output format is used?
The result is pretty-printed JSON with two-space indentation.
Can YAML lists and nested maps be converted?
Yes. Lists, maps, strings, numbers, booleans, and null values are converted to their JSON equivalents.
What happens on invalid YAML?
The tool stops and shows the YAML parser error in the status line.