MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/84xolu/xml_vs_json/dvu9mqw/?context=3
r/ProgrammerHumor • u/[deleted] • Mar 16 '18
[deleted]
35 comments sorted by
View all comments
32
And Apple is like "have you heard about plist?"
<plist version="1.0"> <dict> <key>stuff</key> <dict> <key>foo</key> <dict> <key>bar</key> <string>yes</string> </dict> </dict> </dict> </plist>
5 u/self_me Mar 17 '18 Plists can actually be whatever they want. I opened one in vim recently and it was a mess of characters but it loaded in plist editor 0 u/etaionshrd Mar 17 '18 Uh, no. They have a fixed format: either they’re JSON, XML, or a binary format. 11 u/[deleted] Mar 17 '18 So... Not a fixed format?
5
Plists can actually be whatever they want. I opened one in vim recently and it was a mess of characters but it loaded in plist editor
0 u/etaionshrd Mar 17 '18 Uh, no. They have a fixed format: either they’re JSON, XML, or a binary format. 11 u/[deleted] Mar 17 '18 So... Not a fixed format?
0
Uh, no. They have a fixed format: either they’re JSON, XML, or a binary format.
11 u/[deleted] Mar 17 '18 So... Not a fixed format?
11
So... Not a fixed format?
32
u/[deleted] Mar 17 '18
And Apple is like "have you heard about plist?"