☰
Module json
Functions
?
Module
v8
::
json
source
·
[
−
]
Expand description
A JSON Parser and Stringifier.
Functions
parse
Tries to parse the string
json_string
and returns it as value if successful.
stringify
Tries to stringify the JSON-serializable object
json_object
and returns it as string if successful.