documentation
modules:
- codecs - the string encoding/decoding module
- crypto - cryptography algorithms like rc4 for string encryption/decryption.
- dom? - Some DOM implementation (EventListener?, EventTarget?).
- forms? - HTML forms functionality for SVG.
- iter - Iterators for JavaScript
- jsonrpc - A json-rpc implementation.
- lang? - provides language services like tokenizing JavaScript.
- net? - provides networking services like HTTP and TCP Sockets.
- operators? - provides functions that implement operators.
- sets - Sets implementation.
- strings - String manipulation functionality like templating.
- testing - unittesting for jsolait.
- urllib - provides http post, get, .. functionalities.
- xml - provides xml services like parsing, xml2String and importing functionalities
- xmlrpc - an XML-RPC implementation.
You can also read the older jsolait 1.0 documentation online. Or use the one which is provided with the source.
