Liveformattingshipped v1.0.0
YAML ↔ JSON Converter
Bidirectional conversion between YAML and JSON formats. Paste either format and get the other instantly. Validates syntax with clear error messages and line highlighting. Handles multi-document YAML, anchors, and complex nested structures. Configurable JSON indentation.
yamljsonconverterconfigdevops
YAML
JSON
{
"name": "ekofyi",
"role": "security engineer",
"skills": [
"api reverse-engineering",
"browser automation",
"data pipelines"
],
"location": {
"city": "Pontianak",
"timezone": "Asia/Jakarta"
},
"active": true
}🔒 Subset of YAML supported (mappings, lists, basic scalars). For full YAML 1.2, use a dedicated parser.