Function mozjs::rust::wrappers::JS_ParseJSON

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