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