أدوات المطور
YAML إلى JSON
حوّل مستندات YAML إلى JSON منسق.
الإدخال
YAML إلى JSON
YAMLJSONمحولconfig
الإخراج
YAML converted إلى JSON
{
"env": "production",
"features": [
"api",
"analytics"
],
"limits": {
"requestsPerMinute": 120
},
"name": "Toolsmith"
}
