YAML to JSON

Turn YAML into JSON. The conversion runs in your browser.

Your files are processed in your browser and are never uploaded or stored on our servers.

JSON result

How it works

  1. A list becomes a JSON list.
  2. One mapping becomes one object.
  3. Broken YAML is rejected in one sentence.

What the file should look like

UTF-8 YAML. Indentation marks the nesting.

Where the file goes

Nothing is uploaded. The browser keeps the result here until you copy it, download it, or clear it. Closing the tab drops it.

Questions

Is my file uploaded?

No. It is read in this browser and is never sent to MegaToolkit.

What do I get?

Only plain data is read. Custom YAML tags are refused.