Skip to content

Comments not supported #1

@MarSoft

Description

@MarSoft

The NeXTSTEP-style plist format supports C-like comments:

// this is a comment
{
  "key" = "value";
  /* this is also a comment */
  "another key" = "another value";
}

This library does not recognize such plist:

ValueError: No plist object could be decoded

Reference: https://en.wikipedia.org/wiki/Property_list#NeXTSTEP

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