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
Currently i want to make my output similar to PyYAML which makes nested types block and the rest default to flow style. I did attempt to create my yaml manually with YamlNodes however I found the serializer to be significantly more faster and would prefer to use that.
Also worth noting, the data is dynamic and also the nested types are the same, so I cannot define one type to always be flow style.
The text was updated successfully, but these errors were encountered:
Currently i want to make my output similar to PyYAML which makes nested types block and the rest default to flow style. I did attempt to create my yaml manually with YamlNodes however I found the serializer to be significantly more faster and would prefer to use that.
Also worth noting, the data is dynamic and also the nested types are the same, so I cannot define one type to always be flow style.
The text was updated successfully, but these errors were encountered: