Skip to content

yaml string type not reserved & empty array and map not reserved #7

@SplitGemini

Description

@SplitGemini

yaml string type not reserved

Types of numeric strings in yaml will be erased after conversion.

number_string: "123456"

after convertion:

{
	"number_string": 123456
}

empty array and map not reserved

empty_array: []

after convertion:

{
	"empty_array": null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions