Skip to content

YAMLGenerator does not quote tilde (~) characters when MINIMIZE_QUOTES is enabled #274

@jameswynn

Description

@jameswynn

As of 2.11.4 YAMLGenerator does not quote the tilde character when MINIMIZE_QUOTES is enabled. The YAML spec states that tilde represents null, and in fact Jackson interprets it as such, but it does not quote strings containing this by default. This should be included in the list of other special characters that get quoted as per #180.

Metadata

Metadata

Assignees

No one assigned

    Labels

    yamlIssue related to YAML format backend

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions