-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels