Free Online YAML to Json Converter

Input data
bfotool loadding
Output data
bfotool loadding

YAML to Json converter simplest

This free online tool lets you convert a YAML file into a Json file.Just paste your YAML in the form below and it will instantly get converted to Json. No need to download or install any software. Free

 

YAML to Json converter examples

YAML

-
     name: abc
     age: 20
     sex: man
 -
     name: bbb
     age: 30
     sex: man
 -
     name: cccc
     age: 40
     sex: man
     

JSON

[
     {
         "name": "abc",
         "age": 20,
         "sex": "man"
     },
     {
         "name": "bbb",
         "age": 30,
         "sex": "man"
     },
     {
         "name": "cccc",
         "age": 40,
         "sex": "man"
     }
 ]

 

Tool what is a YAML to Json converter?

This YAML to Json converter transforms YAML data and files into Json data and files. This converter allows customizing input YAML and output Json. It also accepts YAML files with custom column delimiter characters and field quote characters. It supports comment lines and you can optionally ignore empty lines. You can also change how many spaces to use in the output Json indentation.

 

Convert YAML to Json

Step 1: Select your input. Enter Data.

Step 2: Choose output options (optional) Output Options.

Step 3: Generate output.