Module v8::json

source · []
Expand description

A JSON Parser and Stringifier.

Functions

Tries to parse the string json_string and returns it as value if successful.

Tries to stringify the JSON-serializable object json_object and returns it as string if successful.