Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by dmorgo (Pilgrim)
on Aug 14, 2007 at 22:37 UTC ( [id://632612]=note: print w/replies, xml ) Need Help??


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

I'll throw in one more vote for JSON, having used it on a recent project and had great success with that. The above mentioned readability concern is a non-issue imo, because the Perl JSON module has a built-in 'pretty' parameter that takes care of that:
my $str = $json->objToJson($obj, {pretty => 1, indent => 4});

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632612]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-20 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found