source: Dev/branches/rest-dojo-ui/client/dojox/json/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.5 KB
Line 
1-------------------------------------------------------------------------------
2DojoX JSON Modules
3-------------------------------------------------------------------------------
4Version 0.1
5Release date: 07/06/2008
6-------------------------------------------------------------------------------
7Project state:
8beta
9-------------------------------------------------------------------------------
10Credits
11        Kris Zyp (kris@sitepen.com)
12-------------------------------------------------------------------------------
13Project description
14JSONQuery (dojox.json.query) - A comprehensive object data query tool
15JSON Schema (dojox.json.schema) - An object validation tool based on JSON Schema
16JSON Referencing (dojox.json.ref) - JSON Referencing capable serializer and
17deserializer.
18
19-------------------------------------------------------------------------------
20Dependencies:
21
22dojox.json.ref uses dojo.date.stamp
23-------------------------------------------------------------------------------
24Documentation
25See the Dojo API tool (http://dojotoolkit.org/api)
26-------------------------------------------------------------------------------
27Installation instructions
28
29Grab the following from the Dojo SVN Repository:
30http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/json/*
31
32Install 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
39Require in the dojox.data stores you wish to use.
40-------------------------------------------------------------------------------
41Additional Notes
42
Note: See TracBrowser for help on using the repository browser.