I finally use NeoJSON to map between the api response and an object that i
built.
Thanks!
--
View this message in context:
http://forum.world.st/json-tweet-object-tp4736455p4736767.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 13 Jan 2014, at 22:14, Igor Stasenko wrote:
>
>
>
> On 13 January 2014 20:48, Rosario Santa Marina
> wrote:
> Hello,
>
> When i do a query to the Twitter Api, it returns a dictionary built from json
> data. Does anyone knows if a tweet first class object exists so I can handle
> the r
On 13 January 2014 20:48, Rosario Santa Marina <
rosariosantamari...@gmail.com> wrote:
> Hello,
>
> When i do a query to the Twitter Api, it returns a dictionary built from
> json data. Does anyone knows if a tweet first class object exists so I can
> handle the response in a simplest way?
>
> wha