Skip to content

Support JSON5 #2712

@nkiesel

Description

@nkiesel

JSON5 is a JSON-like file format that is 100% aligned with Typescript, and thus allows to use comments, no quotes required around keys, ...

If we have data1.json5 like:

{ country: 'Australia' }

And we run a command:

yq '.country' < data1.json5

it could output

Australia

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions