|
|
|
|
|
by JonathonW
3715 days ago
|
|
Plists are nifty, but the text format's XML-based, which makes it too complex and too verbose to be a general-purpose alternative to something like JSON. (plutil "supports" a json format, but it's not capable of expressing the complete feature set of the XML or binary formats.) |
|
Where is the XPath and XQuery for JSON?
Do people really think that manually iterating over the whole JSON document to find the data or writing yet another parser, is better?