<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="+1"><font face="monospace">Hi guys and Juan,<br>
        <br>
        I frequently need to parse JSON data. It comes mostly from the
        web and it is 100% of <br>
        the time a string. I did not find something equivalent so I made
        my own.<br>
        <br>
        I am using it frequently, i think it is useful, if something
        equivalent does not exist<br>
        I would add it to the Json class. <br>
        <br>
        ----- example ---- <br>
        Feature require: 'JSON'. <br>
        <br>
        Json readFromString: '{"a": "alpha", "b": [1,2,3]}'. <br>
        ----------------------<br>
        <br>
        attached fileout<br>
        <br>
        bye<br>
        Nicola<br>
        <br>
        <br>
        <br>
      </font></font>
  </body>
</html>