All recipes
Recipes
Convert config formats
Validate the source YAML, convert it between JSON / YAML / TOML, bridge XML, then minify or prettify the JSON.
Step 1 of 4
Inspect the source YAML
Open the YAML in the viewer to confirm it parses and to normalise its indentation. A single bad indent or stray tab will make every downstream converter choke, so fix it here first.
Tools