Mason
Now if you dont know what JSON is, it is Javascript Object Notation. It is a way of exchanging Javascript Objects between a server and a client. Your current javascript supports parsing of JSON Strings to Javasript objects, but NOT all server side languages support JSON Script parsing by default. Scala has something, but still i find it a little bit weak, in the sense that you still do a lot of work to actually get you data back. more…


