Very nice.

For those who want to parse the result:

ZnClient new
  contentReader: [ :entity | NeoJSONReader fromString: entity contents ]; 
  get: 'http://smalltalkhub.com/list/json'.

Or even:

ZnClient new
  contentReader: [ :entity | STON fromString: entity contents ]; 
  get: 'http://smalltalkhub.com/list/json'

And it is fast as well: 0.33 seconds for me.

> On 17 Mar 2015, at 11:50, Esteban Lorenzano <esteba...@gmail.com> wrote:
> 
> ok, thank went more or less fine :)
> 
> now you have: 
> 
> http://smalltalkhub.com/list
> 
> and 
> 
> http://smalltalkhub.com/list/json
> 
> enjoy :)
> 
> Esteban
> 
> 
> 
>> On 17 Mar 2015, at 11:15, Esteban Lorenzano <esteba...@gmail.com> wrote:
>> 
>> Hi,
>> 
>> I’m trying to use the power of pharo and do a hot update in smalltalkhub. 
>> Of course, it can fail… in that case I will need to turn it off and do it in 
>> the old way… :)
>> 
>> Esteban
> 


Reply via email to