You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: