Skip to content

avoid quotes for write to yaml file #242

@fab6

Description

@fab6

Hi,

I am using

    YAML.write_file(info_file, dict)

to write the dict which is something like

OrderedCollections.OrderedDict{String, Any}("type" => "report", "ref" => "avResearchProgramFIGRA",...

to a yaml info_file. I get something like

type: "report"
ref: "avResearchProgramFIGRA"
...

So far this is fine, but I would like to neglect the quotes around the strings. Is this somehow possible?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions