Function rusty_v8::json::stringify[][src]

pub fn stringify<'s>(
    scope: &mut HandleScope<'s>,
    json_object: Local<'s, Value>
) -> Option<Local<'s, String>>

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