Entwickler-Tools
YAML zu JSON
Konvertieren Sie YAML-Dokumente in formatiertes JSON.
Eingabe
YAML zu JSON
yamljsonKonverterconfig
Ausgabe
YAML converted zu JSON
{
"env": "production",
"features": [
"api",
"analytics"
],
"limits": {
"requestsPerMinute": 120
},
"name": "Toolsmith"
}
