Convert between JSON and YAML formats with preserved structure.
检查转换器服务...
拖放文件到此处,或点击浏览
Supports JSON files
隐私: 此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。
{"name":"John","age":30,"hobbies":["reading","coding"]}name: John age: 30 hobbies: - reading - coding
{"config":{"port":8080,"host":"localhost","debug":true}}A: YAML to JSON loses comments, but JSON to YAML adds minimal comments.
A: Yes, works efficiently in the browser.
此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。