Re: [Pharo-users] json tweet object

2014-01-14 Thread rosariosm
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.

Re: [Pharo-users] json tweet object

2014-01-13 Thread Esteban Lorenzano
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

Re: [Pharo-users] json tweet object

2014-01-13 Thread Igor Stasenko
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