Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I took a look at many of the WebService::* modules and they mostly consume XML, and as expected, there's no consensus on an XML parser. There was one module, WebService::Eventful, which strangley enough, consumed all three formats: XML, YAML, and JSON.
I'm leaning towards YAML now, since some of the internal perl stuff is using it (e.g. META.yml), but am open to opinions.
|
|---|