Yaml Special Token Cause Error To Pyyaml
The YAML special token ‘!
special token like !<str>
need to be converted to !!str
, while writing back we just do it in reverse.
full reference of pyyaml is here
The YAML special token ‘!
special token like !<str>
need to be converted to !!str
, while writing back we just do it in reverse.
full reference of pyyaml is here