<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px;">&gt;&nbsp;<span class="Apple-style-span" style="font-family: arial; font-size: 13px; ">Oh, but JSON doesn&#39;t seem to support tree-structured data...</span></span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">{</span></div><div>
<span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&quot;value&quot; : 5,</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&quot;left&quot; : {</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&quot;value&quot; : 3,</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&quot;left&quot; : null,</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&quot;right&quot; : null</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;},</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&quot;right&quot; : {</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&quot;value&quot; : 8,</span></div>
<div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&quot;left&quot; : null,</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&quot;right&quot; : null</span></div>
</div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;}</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">}</span></div><div>
<br></div><div>JSON *is* tree structured data.</div><br clear="all">/jve<br>
<br><br><div class="gmail_quote">On Thu, Dec 18, 2008 at 1:41 AM, Belka <span dir="ltr">&lt;<a href="mailto:lambda-belka@yandex.ru">lambda-belka@yandex.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Thanks for the info!<br>
<div class="Ih2E3d"><br>
&gt; These days, however, web services seem to be moving towards a RESTful<br>
model with a JSON layer and there are plenty of JSON libraries on<br>
hackage, which you could just throw over the fastCGI bindings.<br>
<br>
</div>Oh, but JSON doesn&#39;t seem to support tree-structured data... This might turn<br>
into hell, when highly demanded in big infrastructures with complex<br>
communications. That&#39;s why I guess my choise will be XML. Don&#39;t know any<br>
good alternative with total support on every platform.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Haskell%2C-successing-crossplatform-API-standart-tp20742743p21067779.html" target="_blank">http://www.nabble.com/Haskell%2C-successing-crossplatform-API-standart-tp20742743p21067779.html</a><br>

</font><div class="Ih2E3d">Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="Wj3C7c">Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>