chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
601 stars 138 forks source link

Support '/' as an escaped character #151

Open NBonaparte opened 4 years ago

NBonaparte commented 4 years ago

According to the 1.2 spec escaped ASCII slashes are supported for JSON compatibility.

chyh1990 commented 4 years ago

pls rebase to master and add unittests