Function mozjs::jsapi::JS_ParseJSON2

source ·
pub unsafe extern "C" fn JS_ParseJSON2(
    cx: *mut JSContext,
    chars: *const u8,
    len: u32,
    vp: MutableHandle<Value>
) -> bool
Expand description

Performs the JSON.parse operation as specified by ECMAScript.