Subversion Repositories cryptochat

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
WELCOME TO SAJAX
2
----------------
3
 
4
Sajax is a cross-platform, cross-browser web scripting toolkit
5
that makes it easy to expose functions in your code to JavaScript.
6
 
7
For more information about Sajax, please see the homepage:
8
 
9
	http://sajax.info/
10
 
11
In this archive you will find a folder for each platform that is
12
currently supported. Please see individual documentation in each
13
folder for specific errata.
14
 
15
 
16
 
17
As of 0.13 a JavaScript implementation of JSON.stringify() has
18
become a requirement when sending data for browsers that does not
19
have this nativly (IE8 or FF3.5). JSON2 from
20
http://www.json.org/js.html has been included for this reason.
21
 
22
It is highly recomented to also include a JSON.parse()
23
implementation for better security for the client, especialy when
24
handeling data from othere sites, json.parse.js is the
25
implementation from JSON2, unfortunatly this breaks Safari 1.3.2
26
json_parse_state.js seams to be the most compatible but
27
json_parse.js might also be worth checking out.