Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / json / README @ 12

History | View | Annotate | Download (1.52 KB)

1
-------------------------------------------------------------------------------
2
DojoX JSON Modules
3
-------------------------------------------------------------------------------
4
Version 0.1
5
Release date: 07/06/2008
6
-------------------------------------------------------------------------------
7
Project state:
8
beta
9
-------------------------------------------------------------------------------
10
Credits
11
	Kris Zyp (kris@sitepen.com)
12
-------------------------------------------------------------------------------
13
Project description
14
JSONQuery (dojox.json.query) - A comprehensive object data query tool
15
JSON Schema (dojox.json.schema) - An object validation tool based on JSON Schema
16
JSON Referencing (dojox.json.ref) - JSON Referencing capable serializer and
17
deserializer.
18

    
19
-------------------------------------------------------------------------------
20
Dependencies:
21

    
22
dojox.json.ref uses dojo.date.stamp
23
-------------------------------------------------------------------------------
24
Documentation
25
See the Dojo API tool (http://dojotoolkit.org/api)
26
-------------------------------------------------------------------------------
27
Installation instructions
28

    
29
Grab the following from the Dojo SVN Repository:
30
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/json/*
31

    
32
Install into the following directory structure:
33
/dojox/json/
34

    
35
...which should be at the same level as your Dojo checkout.
36

    
37
/dojox/json/*
38

    
39
Require in the dojox.data stores you wish to use.
40
-------------------------------------------------------------------------------
41
Additional Notes
42