Skip to content

Comments not supported #1

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

Activity

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

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