OhMyApps
Back to Tools

YAML to JSON

Convert YAML data to JSON format

How it works

Paste YAML in the left panel and get equivalent JSON in the right panel.

  • Mappings (key: value) become JSON objects
  • Sequences (- item) become JSON arrays
  • Quoted strings are preserved as strings
  • Booleans and numbers are auto-detected

This is a simplified YAML parser that handles the most common YAML patterns used in configuration files.

Want to learn more?

Read the complete guide with examples and tips

Read guide