-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support json plist format #7
Comments
Nope. That's not a plist, just some random file with a plist extension. |
Is that a json plist? On Wed, Oct 5, 2011 at 11:49 AM, Michael Grosser <
Patrick May |
That was my initial thought too, but I looked around and couldn't find any official spec for json plists. I think maybe it's something that TextMate has done to encode plists in a friendlier format? If there's a standard, even if it's emerging, I'd be happy to add support for it. I just want documentation so we don't end up implementing something broken. |
I thin kits this: From the look of it its the same content, just another format |
Well, just about any data structure can be turned into a plist. My opinion is that if That said... turns out Reopening this request. |
i tried this: http://scw.us/iPhone/plutil/plutil.pl |
:) |
also did not work, maybe its outdated on ubuntu... |
Ah, ubuntu. |
Don't have any problems with supporting NeXT property lists but it seems a bit esoteric. Parsing and emitting binary and json plists is definitely a desired feature. |
@bleything FYI that is not "just some random file with a plist extension." It's a NextStep plist format (aka the original plist format), It is parsable by both plutil and PlistBuddy.
Given that XCode generates these files today and has done since ... well, a long time. (i.e. since it existed) Being able to parse these is useful. |
I'd recommend the issue be re-titled correctly, as this is not a JSON format and obviously leads to confusion. |
@jasonm23 thanks for the info, but I haven't been involved in this project for many years. I think this is @mattbrictson's call now. |
@patsplat I assume it's your decision. |
Is it possile to parse something like this ?
https://raw.github.com/kangax/textmate-js-language-syntax-file/master/JavaScript.plist
The text was updated successfully, but these errors were encountered: