in reply to Re: Which format is best to consume from a webservice?
in thread Which format is best to consume from a webservice?

Isn't the point of consuming the data in a WebService module supposed to isolate the user from the initial data? I process and give them perlish, meaningful data.
  • Comment on Re^2: Which format is best to consume from a webservice?

Replies are listed 'Best First'.
Re^3: Which format is best to consume from a webservice?
by DrHyde (Prior) on Aug 16, 2007 at 09:43 UTC
    What if some of your users already have YAML modules installed, others have XML installed, and others have JSON installed? What if for some reason a user *can't* install YAML (or JSON, or XML)?