Function mozjs::jsapi::JS_ParseJSON1

source ·
pub unsafe extern "C" fn JS_ParseJSON1(
    cx: *mut JSContext,
    str_: Handle<*mut JSString>,
    vp: MutableHandle<Value>
) -> bool
Expand description

Performs the JSON.parse operation as specified by ECMAScript.