Skip to content

Support inline (flow-sequence) arrays #7

Description

Why

YAML supports a compact, JSON-like inline (flow) form for sequences, but the parser currently only understands the block (multi-line, dash-prefixed) form.

What

ConvertFrom-Yaml should parse inline flow sequences, such as:

skills: ["C#", "PowerShell"]

Acceptance criteria

  • A mapping value written as a flow sequence parses to the same result as the equivalent block sequence

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions