question about json

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

question about json

Charlie Robbats
Banned User
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: question about json

Charlie Robbats
Banned User
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: question about json

fniephaus
Maybe also have a look at STON. It's able to parse JSON and is pre-installed in Pharo and compatible to Squeak.

Fabio

On Thu, 15 Dec 2016 at 21:38, Charlie Robbats <[hidden email]> wrote:
Oops, nevermind. I found JSON:

http://smalltalkhub.com/#!/~PharoExtras/JSON, tests all green. Thanks.





On 12/15/2016 3:33 PM, Charlie Robbats wrote:

> I think I thought NeoJSON was the right solution for both squeak and

> pharo, together. I can't find NeoJSON for squeak. Does anybody know

> where I could find it?

>

> - Charlie







Reply | Threaded
Open this post in threaded view
|

Re: question about json

Hannes Hirzel
In reply to this post by Charlie Robbats
On 12/15/16, Charlie Robbats <[hidden email]> wrote:
> Oops, nevermind. I found JSON:
> http://smalltalkhub.com/#!/~PharoExtras/JSON, tests all green. Thanks.

JSON for Squeak is here
http://www.squeaksource.com/JSON/

>
> On 12/15/2016 3:33 PM, Charlie Robbats wrote:
>> I think I thought NeoJSON was the right solution for both squeak and
>> pharo, together. I can't find NeoJSON for squeak. Does anybody know
>> where I could find it?
>>
>> - Charlie
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: question about json

Hannes Hirzel
Most recent update in http://www.squeaksource.com/JSON/ by
Tony Garnock-Jones<[hidden email]>, 17h August 2016

works in Squeak 5.1

ASFAIK NeoJSON has not been ported to Squeak (yet). Sven Van
Caekenberghe, the author of NeoJSON is willing to give support if you
want to do that.

--HH

On 12/16/16, H. Hirzel <[hidden email]> wrote:

> On 12/15/16, Charlie Robbats <[hidden email]> wrote:
>> Oops, nevermind. I found JSON:
>> http://smalltalkhub.com/#!/~PharoExtras/JSON, tests all green. Thanks.
>
> JSON for Squeak is here
> http://www.squeaksource.com/JSON/
>
>>
>> On 12/15/2016 3:33 PM, Charlie Robbats wrote:
>>> I think I thought NeoJSON was the right solution for both squeak and
>>> pharo, together. I can't find NeoJSON for squeak. Does anybody know
>>> where I could find it?
>>>
>>> - Charlie
>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: question about json

Edgar De Cleene

I add Json class>>#readFromFile:
Very useful when you work in the Node.js ecosystem

> On Dec 16, 2016, at 12:02, H. Hirzel <[hidden email]> wrote:
>
> Most recent update in http://www.squeaksource.com/JSON/ by
> Tony Garnock-Jones<[hidden email]>, 17h August 2016
>
> works in Squeak 5.1
>
> ASFAIK NeoJSON has not been ported to Squeak (yet). Sven Van
> Caekenberghe, the author of NeoJSON is willing to give support if you
> want to do that.
>
> --HH
>
> On 12/16/16, H. Hirzel <[hidden email]> wrote:
>> On 12/15/16, Charlie Robbats <[hidden email]> wrote:
>>> Oops, nevermind. I found JSON:
>>> http://smalltalkhub.com/#!/~PharoExtras/JSON, tests all green. Thanks.
>>
>> JSON for Squeak is here
>> http://www.squeaksource.com/JSON/
>>
>>>
>>> On 12/15/2016 3:33 PM, Charlie Robbats wrote:
>>>> I think I thought NeoJSON was the right solution for both squeak and
>>>> pharo, together. I can't find NeoJSON for squeak. Does anybody know
>>>> where I could find it?
>>>>
>>>> - Charlie
>>>
>>>
>>>
>>
>



JSON-edc.38.mcz (20K) Download Attachment