pub unsafe extern "C" fn JS_ParseJSONWithReviver(
cx: *mut JSContext,
chars: *const u16,
len: u32,
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.