Function mozjs::rust::jsapi_wrapped::JS_ParseJSON

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