title | created | modified |
---|---|---|
yaml special token cause error to pyyaml |
2022-09-02T06:25:33.284Z |
2022-09-02T06:29:13.246Z |
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