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 | |
|
Re^2: Twitter API choices (JSON)
by bibliophile (Prior) on Nov 29, 2011 at 14:49 UTC |