README revision b32d148b0052e1f874e9bc9803bef729bf859d97
The JSON Utility
Provides static methods to serialize objects to JSON strings and deserialize objects from JSON strings.
Three modules are available:
json - Both parse and stringify functionality
json-parse - Parse valid JSON strings into JavaScript objects
json-stringify - Serialize JavaScipt objects into valid JSON strings
3.0.0pr1
Initial release
3.0.0pr2
No changes