Skip to content

Latest commit

 

History

History

json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.