Right now it is possible to add/change the loaded python data to contain any python type, and during serialization it will dump incorrectly(adding nasty tag directives) if the values were not str.
str type should be enforced, either by asserting or by silently converting the type at serialization time.
Right now it is possible to add/change the loaded python data to contain any python type, and during serialization it will dump incorrectly(adding nasty tag directives) if the values were not str.
str type should be enforced, either by asserting or by silently converting the type at serialization time.