Dev Tools

JSON → YAML

Convert JSON to YAML with proper formatting and configurable indentation. Runs locally in your browser.

Indent
JSON input
YAML output
server:
  host: localhost
  port: 8080
  debug: true
  allowed_origins:
    - "http://localhost:3000"
    - "https://example.com"
database:
  url: "postgres://user:pass@localhost:5432/mydb"
  pool_size: 10
  ssl: false
features:
  - name: auth
    enabled: true
    config:
    provider: oauth2
    timeout: 30
  - name: cache
    enabled: false
    config: null
version: 1.2.3
Was this page helpful?

Related tools