Function rusty_v8::json::parse[][src]

pub fn parse<'s>(
    scope: &mut HandleScope<'s>,
    json_string: Local<'_, String>
) -> Option<Local<'s, Value>>
Expand description

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