Skip to content

Provide option to avoid quoting values while dumping data #87

@deeparora29

Description

@deeparora29

Is there a way we can provide option to avoid this quoting string values while dumping strings when they have special characters?

def _dump_dict():
..........
if val.isalnum():
text += '%s%s %s\n' % (spacing, key, val)
else:
text += '%s%s "%s"\n' % (spacing, key, val)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions