Convert YAML to TOML Tool Online

title: TOML Example owner: name: Tom Preston-Werner dob: 1979-05-27T07:32:00.000-08:00 database: enabled: true ports: - 8000 - 8001 - 8002 data: - - delta - phi - - 3.14 temp_targets: cpu: 79.5 case: 72 servers: alpha: ip: 10.0.0.1 role: frontend beta: ip: 10.0.0.2 role: backend

Use the YAML to TOML converter (yaml2toml) tool by pasting your YAML content into the left box above.

Click the [Convert] button to initiate the conversion.

The result will automatically appear in the box on the right.

YAML (YAML Ain't Markup Language) is a human-readable data serialization language that is commonly associated with configuration files and data exchange, with the .yaml or .yml file extension.