Global

Methods


addHandler(cls, replacer, reviver)

Adds type handler
Parameters:
Name Type Description
cls *
replacer function
reviver function

parse(string)

Parse JSON string
Parameters:
Name Type Description
string

stringify(value)

Converts JavaScript value to JSON string
Parameters:
Name Type Description
value