<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bob Ippolito ha scritto:
<blockquote
 cite="mid:6a36e7290712230723i612d3e3eg481ca90619b7e0ec@mail.gmail.com"
 type="cite">
  <pre wrap="">On 12/23/07, Michele Sciabarra <a class="moz-txt-link-rfc2396E" href="mailto:msciab@eprometeus.com"><msciab@eprometeus.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Looking for a JSon implementation for Erlang, I have found a post in
this list about a release of a similar code in January 2006.

This release Google says it should be hosted in the site
Erlang-Projects, but trying to access it I consistently get Bad Gateway...

Any hint about how to get that code?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You probably don't want it, there's JSON implementation in mochiweb:
<a class="moz-txt-link-freetext" href="http://mochiweb.com/">http://mochiweb.com/</a>

There's two actually, mochijson and mochijson2. mochijson2 uses
binaries for strings so it doesn't require lists to be tuple tagged.
  </pre>
</blockquote>
I downloaded and installed it, but I cannot find any example...<br>
Because you are also the author of mochikit ajax javascript library I
was wondering if there is somewhere a simple demo application to show
how to implement an ajax application using mochiweb and mochikit.<br>
<br>
</body>
</html>