[Seaside] Standalone JSON Package

John McKeon p3anoman at gmail.com
Mon Aug 22 11:18:06 UTC 2011


Don't forget the JSON package in your omnibrowser
repo<http://source.lukas-renggli.ch/omnibrowser>for OBWeb. It looks
like it stands without any dependancies.
Joh

On Mon, Aug 22, 2011 at 7:04 AM, Lukas Renggli <renggli at gmail.com> wrote:

> I don't think that the JSON parser class has any real dependencies, so
> you could just move it to your code.
>
> Also there is a JSON parser that uses PetitParser (the package
> PetitJson in http://source.lukas-renggli.ch/petit). It requires the
> package PetitParser as a dependency though. If I remember correctly it
> is polymorphic to the JSON parser in Seaside and it passes the same
> tests.
>
> Also  you find (several) implementations of JSON parsers on SqueakSource.
>
> Lukas
>
> On 22 August 2011 12:19, Udo Schneider <udo.schneider at homeaddress.de>
> wrote:
> > All,
> >
> > what's the best option for a stand-alone JSON package w/o Seaside
> > dependency.
> >
> > The most stripped down way to load JSON support I found up to now is:
> >
> > Gofer it
> >        squeaksource: 'MetacelloRepository';
> >        package: 'ConfigurationOfSeaside30';
> >        load.
> >
> > ConfigurationOfSeaside30 project latestVersion load: #('Javascript-Core')
> >
> > This however also loads a lot of Seaside stuff. As the JSON support is
> for a
> > (non-web) server app only all the Seaside stuff is not really needed.
> >
> > Thanks,
> >
> > Udo
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110822/f96f1f6c/attachment.htm


More information about the seaside mailing list