📄 YAML to TOML

Convert YAML to TOML format
Input
Output
Examples
YAML Example
title: YAML Example
owner:
  name: Tom Preston-Werner
TOML Example
title = "TOML Example"

[owner]
name = "Tom Preston-Werner"