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