README 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. Dependencies:
  20. dojox.json.ref uses dojo.date.stamp
  21. -------------------------------------------------------------------------------
  22. Documentation
  23. See the Dojo API tool (http://dojotoolkit.org/api)
  24. -------------------------------------------------------------------------------
  25. Installation instructions
  26. Grab the following from the Dojo SVN Repository:
  27. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/json/*
  28. Install into the following directory structure:
  29. /dojox/json/
  30. ...which should be at the same level as your Dojo checkout.
  31. /dojox/json/*
  32. Require in the dojox.data stores you wish to use.
  33. -------------------------------------------------------------------------------
  34. Additional Notes