New
YAML to JSON
Runs in browserConvert YAML to JSON instantly in your browser. Paste any YAML document and get formatted JSON. Free, private, and offline.
YAML to JSON tool
Files never leave your browser.
Drag and drop a file here, or tap to select
JSON output
{
"name": "ToolDock",
"version": "1.0",
"description": "Browser-based developer tools",
"tools": [
{
"name": "JSON Formatter",
"category": "data"
},
{
"name": "UUID Generator",
"category": "generators"
}
],
"browserBased": true,
"requiresSignup": false
}How to use
Paste or upload YAML
Paste YAML or load a .yaml / .yml file.
Review JSON output
The JSON output updates as you edit.
Copy or download
Copy the JSON or download it with a matching base filename.
Examples
Simple mapping
YAML maps become JSON objects.
Inputname: ToolDock version: 1Output{ "name": "ToolDock", "version": 1 }
Frequently asked questions
- Is my YAML sent to a server?
- No. Conversion runs locally in your browser.
- Which YAML features are supported?
- Common YAML documents and mappings are supported; very advanced YAML features may vary.
Related tools
You might find these useful too.