Browser-only
Generation and export both stay in the browser.
Convert YAML and JSON back and forth. Works with both .yml and .yaml input.
How to move between YAML and JSON
Use this when you want to review the fragile points of converting configuration or data between YAML and JSON.
Example
name: devloom
flags:
- browser-only
- fastConvert YAML and JSON both ways
Result
YAML → JSON
{
"name": "devloom",
"flags": [
"browser-only",
"fast"
]
}Open the full generators page to compare tools and switch to another one.
Generation and export both stay in the browser.
Your input is never sent to a server.
Reloading clears the input and output.