Don&#39;t forget the JSON package in your <a href="http://source.lukas-renggli.ch/omnibrowser">omnibrowser repo</a> for OBWeb. It looks like it stands without any dependancies.<div>Joh<br><br><div class="gmail_quote">On Mon, Aug 22, 2011 at 7:04 AM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I don&#39;t think that the JSON parser class has any real dependencies, so<br>
you could just move it to your code.<br>
<br>
Also there is a JSON parser that uses PetitParser (the package<br>
PetitJson in <a href="http://source.lukas-renggli.ch/petit" target="_blank">http://source.lukas-renggli.ch/petit</a>). It requires the<br>
package PetitParser as a dependency though. If I remember correctly it<br>
is polymorphic to the JSON parser in Seaside and it passes the same<br>
tests.<br>
<br>
Also  you find (several) implementations of JSON parsers on SqueakSource.<br>
<br>
Lukas<br>
<div><div></div><div class="h5"><br>
On 22 August 2011 12:19, Udo Schneider &lt;<a href="mailto:udo.schneider@homeaddress.de">udo.schneider@homeaddress.de</a>&gt; wrote:<br>
&gt; All,<br>
&gt;<br>
&gt; what&#39;s the best option for a stand-alone JSON package w/o Seaside<br>
&gt; dependency.<br>
&gt;<br>
&gt; The most stripped down way to load JSON support I found up to now is:<br>
&gt;<br>
&gt; Gofer it<br>
&gt;        squeaksource: &#39;MetacelloRepository&#39;;<br>
&gt;        package: &#39;ConfigurationOfSeaside30&#39;;<br>
&gt;        load.<br>
&gt;<br>
&gt; ConfigurationOfSeaside30 project latestVersion load: #(&#39;Javascript-Core&#39;)<br>
&gt;<br>
&gt; This however also loads a lot of Seaside stuff. As the JSON support is for a<br>
&gt; (non-web) server app only all the Seaside stuff is not really needed.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Udo<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br></div>