Alet Çantası
Geliştirici araçları.
Small, single-purpose tools for your daily development workflow. Runs in the browser, no data is sent to any server.
🔧 JSON to YAML converter
Converts JSON to YAML: 2-space indentation, arrays with "- ", nested object/array structure preserved. Strings are quoted when needed (special characters, leading/trailing spaces, looking like a boolean/number); empty objects are written as {} and empty arrays as []. Validated first with JSON.parse; invalid JSON gives a clear error (no eval).