Convert YAML to JSON
Form for YAML converting
This form allows you convert YAML to JSON data, paste or upload your YML file below:
Result of YAML conversion to JSON
Move to "Paste Code" for Save it
About YAML conversion to JSON
About YAML conversion to JSON
The Convert YAML to JSON was created for online converting YAML into appropriate JSON format. This tool converts YAML Ain’t Markup Language(YAML) documents to JSON (JavaScript Object Notation) documents and of course it's totally free converter. You do not need to download any tools for conversion.
How it Works?
Just paste your YAML to the textarea above and click to the button "Convert" and you will get JSON data in the next textarea.
Example of YAML conversion to JSON
Before:# test yaml -----------------------------------------------# namespace: common\tests actor_suffix: Tester paths: tests: tests output: tests/_output data: tests/_data support: tests/_support settings: bootstrap: _bootstrap.php colors: true memory_limit: 1024M modules: config: wtools: configFile: 'config/test-local.php'After:
{ "namespace": "common\tests", "actor_suffix": "Tester", "paths": { "tests": "tests", "output": "tests/_output", "data": "tests/_data", "support": "tests/_support" }, "settings": { "bootstrap": "_bootstrap.php", "colors": true, "memory_limit": "1024M" }, "modules": { "config": { "wtools": { "configFile": "config/test-local.php" } } } }After the conversion, you can apply the JSON to your project or use it for some other purpose.
Donate
Did you like this tool? You can donate to us. This will help us improve our free web tools.
Paypal