-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump a value into YAML #423
Comments
@lquerel , can I pick this up? |
@unpervertedkid Yes. Thank you |
@lquerel , for me to understand how to properly go on with this, kindly help point me on the following:
If you have any other pointers in the docs or relevant information to get me started on this would be really appreciated. |
@unpervertedkid You can add the You also have to add a unit test. Thanks |
@lquerel , is it important to preserve ordering when converting to yaml? |
We already have a
tojson
filter to output a value in JSON format, but we don’t have a filter for YAML output. Some people have expressed this need.The text was updated successfully, but these errors were encountered: