JSON、YAML、CSV 格式互轉,支援驗證和格式化
{ "name": "John Doe", "age": 30, "city": "New York" }
[ {"id": 1, "name": "Apple"}, {"id": 2, "name": "Banana"} ]
database: host: localhost port: 3306 name: myapp