Loading tool…
YAML config files often contain environment references, internal hostnames, or secrets. This converter processes your YAML entirely in your browser using js-yaml — no data is uploaded or transmitted.
js-yaml parses the YAML input into a JavaScript object, then JSON.stringify() serializes it to formatted JSON. Multi-document YAML (separated by ---) is converted to a JSON array of documents.