Skip to content
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

converting json back to yaml strips all double quotes #34

Closed
NStewart85 opened this issue Jun 15, 2018 · 1 comment
Closed

converting json back to yaml strips all double quotes #34

NStewart85 opened this issue Jun 15, 2018 · 1 comment

Comments

@NStewart85
Copy link

Converting json back to yaml it strips all double quotes. For strings with special characters this behavior doesn't work.

@kislyuk
Copy link
Owner

kislyuk commented Jun 15, 2018

Not much we can do here since we just rely on PyYAML's behavior, but this should never affect special characters in any way (they will be escaped). If you have an example showing otherwise, please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants