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
{{ message }}
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
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 jsonandremarshalwill convert it.Thank you.
Joe
(first I posted this in
serde-rsserde-rs/serde#2667 but I was asked to post it here)