YAML to JSON Converter

Convert YAML to JSON and vice versa instantly.

Error:

Input (YAML)
Output ()
Lines: Size:

Features

  • Convert YAML to JSON
  • Convert JSON to YAML
  • Auto-convert on input
  • Proper 2-space indentation

YAML Example

# Config file
database:
  host: localhost
  port: 5432
  users:
    - admin
    - guest

cache:
  enabled: true
  ttl: 3600