/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/json/README

  • Committer: Martin Albisetti
  • Date: 2008-10-20 21:18:06 UTC
  • mfrom: (229.1.3 add-yui-3)
  • Revision ID: martin.albisetti@canonical.com-20081020211806-rzs0ya40gz9wcpoz
Added yui library to the tree. Welcome to the future. (Paul Hummer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The JSON Utility
 
2
    Provides static methods to serialize objects to JSON strings and deserialize objects from JSON strings.
 
3
 
 
4
    Three modules are available:
 
5
        json           - Both parse and stringify functionality
 
6
        json-parse     - Parse valid JSON strings into JavaScript objects
 
7
        json-stringify - Serialize JavaScipt objects into valid JSON strings
 
8
 
 
9
3.0.0pr1
 
10
    Initial release