Methods
-
<static> parse(json_string) → {Object}
-
This function casts a String to a Json object.
Parameters:
Name Type Description json_string
string The string to parse as Json Returns:
- Type
- Object
-
<static> stringify(json_object) → {String}
-
This function casts a Json object to a String.
Parameters:
Name Type Description json_object
Object The object to convert to a Json string Returns:
- Type
- String