YAML to JSON

Convert YAML to JSON instantly.

Indent:
Drop files here
0 B
Indent:
Drop files here
0 B
Advertisement

Convert between YAML and JSON formats instantly. This simple developer utility runs entirely client-side in your browser.

How to use it

  1. Paste your YAML, or drag a .yaml file into the input box.
  2. Choose the indentation for the output, or select minified.
  3. Copy the JSON, or convert in the other direction to get YAML back.

Frequently asked questions

Does the conversion keep my data types?

Yes. Numbers, booleans and null values stay as they are instead of becoming strings, which is exactly what breaks most manual conversions.

Can I convert JSON back to YAML?

Yes, the tool works both ways. Paste JSON instead of YAML and it produces the equivalent YAML document with the indentation you selected.

Is my configuration file sent to a server?

No. Everything is processed locally in your browser, which matters because YAML files often hold credentials and deployment settings.

Recommended Tools