YAML ↔ JSON

YAML ve JSON formatları arasında dönüştür.

{
  "name": "Bekir Yavuz",
  "role": "developer",
  "tools": [
    "json",
    "jwt"
  ],
  "active": true
}