Hi,
I see your json2yaml and is a great tool.
When use a big json file, and covert into a yaml file, write all in each line, the is difficult read without a separator.
An example is:
test1:
......
......
test2:
......
......
.....
Exist a option or workaround to generate the first level with a empty line?
Example:
test1:
......
......
test2:
......
......
.....
Regards