pub unsafe extern "C" fn JS_ParseJSON2( cx: *mut JSContext, chars: *const u8, len: u32, vp: MutableHandle<Value>, ) -> bool
Performs the JSON.parse operation as specified by ECMAScript.