Function mozjs_sys::jsapi::JS_ParseJSON2
source ยท pub unsafe extern "C" fn JS_ParseJSON2(
cx: *mut JSContext,
chars: *const Latin1Char,
len: u32,
vp: MutableHandle<Value>,
) -> bool
Expand description
Performs the JSON.parse operation as specified by ECMAScript.