Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments not supported #1

Open
MarSoft opened this issue Dec 18, 2020 · 1 comment
Open

Comments not supported #1

MarSoft opened this issue Dec 18, 2020 · 1 comment

Comments

@MarSoft
Copy link

MarSoft commented Dec 18, 2020

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

@kellyjonbrazil
Copy link

I'm looking into adding NeXTSTEP plist format support to jc. This library looks interesting, though I think comment support would be required. Any idea on the level of effort to add comment support? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants