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
The NeXTSTEP-style plist format supports C-like comments:
This library does not recognize such plist:
Reference: https://en.wikipedia.org/wiki/Property_list#NeXTSTEP