We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Serde maintainers,
Thank you for the library. It's fantastic.
When I use serde_yaml::from_str, the following YAML won't work:
serde_yaml::from_str
- a: b: c: - f: [:this_WILL_fail] - f: [':this_will_NOT_fail'] e: - { g: :this_WILL_fail } - { g: ':this_will_NOT_fail' }
But It should. You can for example try to convert it by cat file.yml | remarshal -if yaml -of json and remarshal will convert it.
cat file.yml | remarshal -if yaml -of json
remarshal
Thank you.
Joe
The text was updated successfully, but these errors were encountered:
I think you should report it at https://github.com/dtolnay/serde-yaml
Sorry, something went wrong.
No branches or pull requests
Dear Serde maintainers,
Thank you for the library. It's fantastic.
When I use
serde_yaml::from_str
, the following YAML won't work:But It should. You can for example try to convert it by
cat file.yml | remarshal -if yaml -of json
andremarshal
will convert it.Thank you.
Joe
The text was updated successfully, but these errors were encountered: