YAML / JSON Converter

Convert YAML and JSON back and forth. Works with both .yml and .yaml input.

Browser-only

How to move between YAML and JSON

Use this when you want to review the fragile points of converting configuration or data between YAML and JSON.

Example

name: devloom
flags:
  - browser-only
  - fast

Convert YAML and JSON both ways

Direction

Result

YAML → JSON

{
  "name": "devloom",
  "flags": [
    "browser-only",
    "fast"
  ]
}

Browse all generators

Open the full generators page to compare tools and switch to another one.

Open tools page

Safety

Browser-only

Generation and export both stay in the browser.

No upload

Your input is never sent to a server.

No storage

Reloading clears the input and output.