Function v8::json::stringify

source · []
pub fn stringify<'s>(
    scope: &mut HandleScope<'s>,
    json_object: Local<'_, Value>
) -> Option<Local<'s, String>>
Expand description

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