Function mozjs::rust::jsapi_wrapped::JS_ParseJSONWithReviver

source ยท
pub unsafe fn JS_ParseJSONWithReviver(
    cx: *mut JSContext,
    chars: *const u16,
    len: u32,
    reviver: Handle<'_, Value>,
    vp: &mut MutableHandle<'_, Value>,
) -> bool