Another version of JSON in the Inbox

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

Another version of JSON in the Inbox

Levente Uzonyi
Hi Tony, Hi All,

Not too long ago I mentioned that we have forked the JSON package[1].
Recently I spent some time merging the two branches, and today I
have uploaded the result to the Inbox[2], so that the diff tool could show
what we changed in our branch.
There are quite a few differences under the hood, so I would like to know
what you think about our changes.

Levente

[1] http://lists.squeakfoundation.org/pipermail/squeak-dev/2016-August/191322.html
[2] http://lists.squeakfoundation.org/pipermail/squeak-dev/2018-February/197349.html

Reply | Threaded
Open this post in threaded view
|

Re: Another version of JSON in the Inbox

Tony Garnock-Jones-5
On 02/11/2018 09:17 PM, Levente Uzonyi wrote:
> Not too long ago I mentioned that we have forked the JSON package[1].
> Recently I spent some time merging the two branches, and today I have
> uploaded the result to the Inbox[2], so that the diff tool could show
> what we changed in our branch.
> There are quite a few differences under the hood, so I would like to
> know what you think about our changes.

Thanks, Levente! I'll take a look shortly.

Tony