/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-22 11:05:23 UTC
  • mfrom: (230 trunk)
  • mto: This revision was merged to the branch mainline in revision 233.
  • Revision ID: martin.albisetti@canonical.com-20081022110523-sb3mjicez8ktsc3x
MergeĀ fromĀ trunk

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