Skip to main content

parse

Function parse 

Source
pub fn parse<'s>(
    scope: &PinScope<'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.