pub unsafe extern "C" fn JS_ParseJSON1( cx: *mut JSContext, str_: Handle<*mut JSString>, vp: MutableHandle<Value>, ) -> bool
Performs the JSON.parse operation as specified by ECMAScript.