Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 361 Bytes

yaml special token cause error to pyyaml.md

File metadata and controls

11 lines (8 loc) · 361 Bytes
title created modified
yaml special token cause error to pyyaml
2022-09-02T06:25:33.284Z
2022-09-02T06:29:13.246Z

yaml special token cause error to pyyaml

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