📄 JSON to YAML

Convert JSON to YAML format
Input
Output
Examples:
JSON Example
{
  "title": "JSON Example",
  "owner": {
    "name": "Tom Preston-Werner"
  }
}
YAML Example
title: JSON Example
owner:
  name: Tom Preston-Werner