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

Performs the JSON.parse operation as specified by ECMAScript, using the given |reviver| argument as the corresponding optional argument to that function.