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

Re: Twitter API choices (JSON)

by tye (Sage)
on Nov 28, 2011 at 17:40 UTC ( [id://940419]=note: print w/replies, xml ) Need Help??


in reply to Twitter API choices

My preferred format is JSON. It is tons simpler than any of the other listed formats (and is tons simpler than most formats; it only gets a little complicated if you have to deal with non-ASCII characters). JSON::XS is widely used and rarely complained about (I'll complain about it later and then I'll replace it with a small regex, which I can easily do because JSON is so simple).

- tye        

Replies are listed 'Best First'.
Re^2: Twitter API choices (JSON)
by anneli (Pilgrim) on Nov 29, 2011 at 01:34 UTC

    +1 for JSON (and JSON::XS). RSS and Atom are both XML-based, so your choices really boil down to JSON or XML, if you're wanting to do the parsing yourself.

Re^2: Twitter API choices (JSON)
by bibliophile (Prior) on Nov 29, 2011 at 14:49 UTC
    I'll add a +1 for JSON, too... of course, that's just because that's what I'm learning right now :-)

    -bib

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-20 01:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found