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.3Related tools
YAML to JSON ConverterConverter
Convert YAML to JSON and JSON to YAML locally in your browser.
JSON → CSVConverter
Convert JSON arrays to CSV locally.
CSV → JSONConverter
Convert CSV to JSON locally in your browser.
JSON to XML ConverterConverter
Convert JSON objects to well-formed XML with indentation and attribute mapping options.
XML to JSON ConverterConverter
Convert XML to JSON and JSON to XML locally in your browser.
JSON to TypeScriptCode
Generate TypeScript interfaces or types from JSON input.