Skip to content

Comment supportΒ #343

@jmigual

Description

@jmigual

It would be nice if comments in json files would be supported so a file like this:

{
    // We choose this awesome value
     "a": "value for key A"
}

Would generate a dictionary like:

Dict("a" => "value for key A")

Alternatively we could support the JSON5 standard

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